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
To make things easier, there's an npm package to install: npm install --save-dev redux-devtools-extension
User is told to install it as dev dependency. But it definitely should be prod dependency as it's referenced in the code, which launches in production. And npm docs suggest installing as simple dependency:
From npm docs:
npm install --save redux-devtools-extension
The text was updated successfully, but these errors were encountered:
From github README:
User is told to install it as dev dependency. But it definitely should be prod dependency as it's referenced in the code, which launches in production. And npm docs suggest installing as simple dependency:
From npm docs:
The text was updated successfully, but these errors were encountered: