This repository was archived by the owner on Nov 16, 2023. It is now read-only.

Description
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'.