We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3b3d7e commit 1fed366Copy full SHA for 1fed366
packages/react/src/contexts/AuthContext.tsx
@@ -41,7 +41,6 @@ export const defaultDerivedInitialState = {
41
export function useAuthState(): AuthStateValue {
42
const clerk = useClerkInstanceContext();
43
const initialState = useInitialStateContext();
44
-
45
const getInitialState = useCallback(() => initialState, [initialState]);
46
47
const state = useSyncExternalStore(
0 commit comments