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
* Provide an initial state of the Clerk client during server-side rendering. You don't need to set this value yourself unless you're [developing an SDK](https://clerk.com/docs/guides/development/sdk-development/overview).
43
43
*/
44
-
initialState?: InitialState;
44
+
initialState?: InitialState;// For React >= 19, Promise<InitialState> is also supported for internal use, but not reflected in the types
45
45
/**
46
46
* Indicates to silently fail the initialization process when the publishable keys is not provided, instead of throwing an error.
0 commit comments