Open szmarci opened 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.
However if I just create the store as I would normally do: const store = createStore(model)
const store = createStore(model)
The debugger works:
Something have changed around these tools that the docs not reflect?
@szmarci was this running via the expo cli, and rn web?
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.
However if I just create the store as I would normally do:
const store = createStore(model)
The debugger works:
Something have changed around these tools that the docs not reflect?