Closed
Description
VSCode autocomplete was completely stuck on "Loading..." only because of this:
export type RootState = StateType<
ReturnType<typeof import('./root-reducer').default>
>;
I manually encoded the types and intellisense speed is back to very fast
export interface RootState {
user: UserState;
auth: AuthState;
}
Metadata
Metadata
Assignees
Labels
No labels