ctrlplusb / easy-peasy

Vegetarian friendly state for React
https://easy-peasy.dev
MIT License
5.03k stars 190 forks source link

React Native redux devtools weird behavior #522

Open szmarci opened 4 years ago

szmarci commented 4 years ago

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 commented 4 years ago

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