Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Debugging redux state with RN Debugger stalls app #148

Open
bauti-defi opened this issue Jul 21, 2020 · 0 comments
Open

Debugging redux state with RN Debugger stalls app #148

bauti-defi opened this issue Jul 21, 2020 · 0 comments

Comments

@bauti-defi
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant