redux-dynamic-modules
redux-dynamic-modules copied to clipboard
Debugging redux state with RN Debugger stalls app
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.