easy-peasy icon indicating copy to clipboard operation
easy-peasy copied to clipboard

React Native redux devtools weird behavior

Open szmarci opened this issue 5 years ago • 1 comments

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?

szmarci avatar Jul 18 '20 08:07 szmarci

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

ctrlplusb avatar Oct 08 '20 09:10 ctrlplusb