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
When I run npm start in the redux\examples\counter I get :
Failed to compile.
./src/components/Counter.js
Line 5: 'propTypes' is not defined no-undef
Line 11: 'incrementIfOdd' is not defined no-undef
Line 17: 'incrementAsync' is not defined no-undef
Any ideas?
The text was updated successfully, but these errors were encountered:
When I run npm start in the redux\examples\counter I get :
Failed to compile.
./src/components/Counter.js
Line 5: 'propTypes' is not defined no-undef
Line 11: 'incrementIfOdd' is not defined no-undef
Line 17: 'incrementAsync' is not defined no-undef
Any ideas?
The text was updated successfully, but these errors were encountered: