Closed tthdvd closed 5 years ago
Hello, I had the same issue. This was fixed when I upgraded @types/react-redux to last version with
npm install --save @types/react-redux@7.0.1
@tthdvd You can fix it using yarn instead of npm i.e. use yarn install followed by yarn start. Actually npm start uses typescript 3.3.333 which breaks the older version of react-redux. You can also upgrade the react-redux to 7.0.1 as mentioned by @thierry-tct to resolve this issue.
yarn install solved the problem
The problem is solved so I close here. However about the problem with npm I will update with version 0.7.0 #109
Describe the bug When i try to run npm start failed to compile. I completed the installation steps using npm not yarn regarding to: https://medium.com/red-gold/create-social-network-by-react-js-fe60010a32e6
To Reproduce Steps to reproduce the behavior:
Additional context The error: