Pinned Loading
-
refContext
refContext 1export interface AuthContextProps {
2state: AuthState
3dispatch: React.Dispatch<IAction>
4}5const AuthContext = createContext<AuthContextProps>({} as AuthContextProps)
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.

