microsoft / redux-dynamic-modules

Modularize Redux by dynamically loading reducers and middlewares.
https://redux-dynamic-modules.js.org
MIT License
1.07k stars 116 forks source link

Debugging redux state with RN Debugger stalls app #148

Open bauti-defi opened 4 years ago

bauti-defi commented 4 years ago

Versions:

"react": "16.11.0",
"react-native": "0.62.0",
"react-redux": "^7.2.0",
"redux": "^4.0.5",
"redux-devtools-extension": "^2.13.8",
"redux-dynamic-modules": "^5.2.3",
"redux-dynamic-modules-thunk": "^5.2.3",
"redux-persist": "^6.0.0",
"redux-thunk": "^2.3.0"

React Native Debugger 0.11.3

Implementing redux-dynamic-modules has broken remote debugging with React Native Debugger. The app completely stalls when debugging. Buttons don't fire, state changes aren't dispatched, no re-renders... As if the whole app is jammed. It runs fine if not debugging.