Skip to content

React Native redux devtools weird behavior #522

@szmarci

Description

@szmarci

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    Status

    No status

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions