Skip to content

If StateInspector is in React.StrictMode no output to redux devtools #58

@amsterdamharu

Description

@amsterdamharu

The following works:

  <StateInspector name="App">
    <React.StrictMode>
      <App />
    </React.StrictMode>
  </StateInspector>,

The following does not:

  <React.StrictMode>
    <StateInspector name="App">
      <App />
    </StateInspector>
  </React.StrictMode>,

Note that there is no error and the app works but there is no output in the redux devtools

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions