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

React Native redux devtools weird behavior #522

Open
szmarci opened this issue Jul 18, 2020 · 1 comment
Open

React Native redux devtools weird behavior #522

szmarci opened this issue Jul 18, 2020 · 1 comment
Labels
🧡help wanted 🧡 Extra attention is needed

Comments

@szmarci
Copy link

szmarci commented Jul 18, 2020

If I do it as described in the docs:
https://easy-peasy.now.sh/docs/recipes/react-native-devtools.html

The state is undefined and there is no store instance to select from autoselect instances.
image

However if I just create the store as I would normally do:
const store = createStore(model)

The debugger works:
image

Something have changed around these tools that the docs not reflect?

@ctrlplusb
Copy link
Owner

@szmarci was this running via the expo cli, and rn web?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🧡help wanted 🧡 Extra attention is needed
Projects
Status: No status
Development

No branches or pull requests

2 participants