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