File tree Expand file tree Collapse file tree 2 files changed +9
-0
lines changed
packages/shared/src/react Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ ' @clerk/shared ' : patch
3
+ ---
4
+
5
+ Mark ` __experimental_mode ` as hidden.
Original file line number Diff line number Diff line change @@ -114,6 +114,8 @@ export type PagesOrInfiniteConfig = PaginatedHookConfig<{
114
114
* On `cache` mode, no request will be triggered when the hook is mounted and the data will be fetched from the cache.
115
115
*
116
116
* @default undefined
117
+ *
118
+ * @hidden
117
119
*/
118
120
__experimental_mode ?: 'cache' ;
119
121
} > ;
@@ -139,6 +141,8 @@ export type PagesOrInfiniteOptions = {
139
141
* On `cache` mode, no request will be triggered when the hook is mounted and the data will be fetched from the cache.
140
142
*
141
143
* @default undefined
144
+ *
145
+ * @hidden
142
146
*/
143
147
__experimental_mode ?: 'cache' ;
144
148
} ;
You can’t perform that action at this time.
0 commit comments