v. 2.16.2 (Chrome, MacOS) breaks the react / redux apps when extension is enabled
See original GitHub issueDetails: React/redux app: redux-devtools-extension: “^2.13.7” Redux DevTools: 2.16.2 (Chrome, MacOS)
composeWithDevTools
breaks the app. If either a call of composeWithDevTools
is removed from a project or Redux DevTools
is disabled in Chrome, both of these seem to fix an issue.
the following error occurs if both - composeWithDevTools
and Redux DevTools
- are enabled:
redux.js?00d8:106 Uncaught Error: You may not call store.getState() while the reducer is executing. The reducer has already received the state as an argument. Pass it down from the top reducer instead of reading it from the store.
at Object.getState (redux.js?00d8:106)
at B (<anonymous>:1:28201)
at <anonymous>:1:37657
at Object.dispatch (redux.js?00d8:205)
at dispatch (<anonymous>:1:40300)
at Object.eval [as dispatch] (middleware.js?3dfa:66)
at dispatch (<anonymous>:1:30679)
at Object.getUserInfo (App.js?db58:23)
at App.componentDidMount (App.js?db58:10)
at commitLifeCycles (react-dom.development.js?61bb:15961)
Issue Analytics
- State:
- Created 5 years ago
- Reactions:6
- Comments:10 (3 by maintainers)
Top Results From Across the Web
redux-devtools-extension not working in chrome devtools
In "Manage Extensions", I made sure Redux DevTools was active and updated. I reloaded the page. Right click >> Redux DevTools >> Open...
Read more >Set Chrome app and extension policies (Mac) - Google Support
Step 5: Deploy to users and validate policies. After you deploy any Chrome extension policy, check user devices to make sure the policy...
Read more >Redux for Chrome Extensions - Thoughtbot
An intro to functional state management for your Chrome extensions using Redux.
Read more >Release notes - OpenTok.js | Vonage Video API Developer
OpenTok.js version 2.16 was deprecated in May 2020 for the Standard ... As of Chrome 72 and Opera 59, an extension is no...
Read more >ReactJS web app renders blank page on iPhone
Hi, I used npm create-react-app to make a web app with firebase backend accessing it through redux-firebase. The web app functions normally on...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Published
2.16.3
and it’s available now on Chrome Store. Please let me know if that works.Looking good for me as well. Thanks!