Skip to content

Commit deaafe4

Browse files
authored
chore(shared): Typedoc - hide external prop option __experimental_mode (#6634)
1 parent ba7f3fd commit deaafe4

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

.changeset/nice-carpets-greet.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@clerk/shared': patch
3+
---
4+
5+
Mark `__experimental_mode` as hidden.

packages/shared/src/react/types.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,8 @@ export type PagesOrInfiniteConfig = PaginatedHookConfig<{
114114
* On `cache` mode, no request will be triggered when the hook is mounted and the data will be fetched from the cache.
115115
*
116116
* @default undefined
117+
*
118+
* @hidden
117119
*/
118120
__experimental_mode?: 'cache';
119121
}>;
@@ -139,6 +141,8 @@ export type PagesOrInfiniteOptions = {
139141
* On `cache` mode, no request will be triggered when the hook is mounted and the data will be fetched from the cache.
140142
*
141143
* @default undefined
144+
*
145+
* @hidden
142146
*/
143147
__experimental_mode?: 'cache';
144148
};

0 commit comments

Comments
 (0)