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
After the installation ended, I just tried to run the app with "npm start" and got the following error:
Failed to compile.
./src/store/actions/counter/counterActions.ts
10:56-77 'typesafe-actions' does not contain an export named 'getReturnOfExpression'.
I run "npm i --save typesafe-actions" and that fixed the error. However, i now get a different error:
**_src/components/app/App.tsx
(62,48): Type 'Readonly<{ router: RouterState; counter: number; }>' does not satisfy the constraint 'Action<any>'.
Property 'type' is missing in type 'Readonly<{ router: RouterState; counter: number; }>'._**
RUVATA, naotohino, shanehandley, arelstone, lukasbash and 4 more