You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/** The following files are not exported on purpose:
2
-
* - cookie.ts
3
-
* - globs.ts
4
-
*
5
-
* The following folders are also not exported on purpose:
6
-
* - react
7
-
*
8
-
* People should always use @clerk/shared/<name> instead
9
-
*/
1
+
thrownewError(
2
+
'Do not import from the top-level of @clerk/shared directly. Import from specific subpaths like @clerk/shared/react or @clerk/shared/authorization instead.',
0 commit comments