Build fails: ./src/app/redux/store.ts:36:3 TS2322
piotr-jagielski opened this issue · 1 comments
piotr-jagielski commented
Build fails after executing npm start:
ERROR in [at-loader] ./src/app/redux/store.ts:36:3
TS2322: Type 'Store<{}>' is not assignable to type 'Store'.
Types of property 'getState' are incompatible.
Type '() => {}' is not assignable to type '() => IStore'.
Type '{}' is not assignable to type 'IStore'.
Property 'counter' is missing in type '{}'.
piotr-jagielski commented
Submitted #151