Closed zbeyens closed 4 years ago
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; }
Hey, Without a clear reproduction case that would confirm your claims, I cannot do anything with this report.
VSCode autocomplete was completely stuck on "Loading..." only because of this:
I manually encoded the types and intellisense speed is back to very fast