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
{{ message }}
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.
.../frontend-bootcamp/node_modules/redux-starter-kit/src/configureStore.ts
ERROR in .../frontend-bootcamp/node_modules/redux-starter-kit/src/configureStore.ts(150,5):
TS2345: Argument of type 'Reducer<S, A>' is not assignable to parameter of type 'Reducer<S extends any ? S : S, A>'.
Type 'S' is not assignable to type 'S extends any ? S : S'.
The text was updated successfully, but these errors were encountered:
Failed to compile.
.../frontend-bootcamp/node_modules/redux-starter-kit/src/configureStore.ts
ERROR in .../frontend-bootcamp/node_modules/redux-starter-kit/src/configureStore.ts(150,5):
TS2345: Argument of type 'Reducer<S, A>' is not assignable to parameter of type 'Reducer<S extends any ? S : S, A>'.
Type 'S' is not assignable to type 'S extends any ? S : S'.
The text was updated successfully, but these errors were encountered: