🐞[BUG]: Devtools plugin seems to not work with redux devtools chrome extension #2215
Labels
domain: plugins
good first issue
Good for newcomers
investigate
Requires some investigation
priority: medium
Affected Package
The issue is caused by package @ngxs/devtools-pluginIs this a regression?
This started to happen when I upgraded to version 18.
Description
There seems to be an issue where the NGXS Devtools plugin seems to not want to work with the redux devtools chrome extension.
🔬 Minimal Reproduction
Here is a repo with minimal reproduction:
https://github.com/shadow1349/replicate-material-color-error/tree/redux-devtools-not-working/test-app/src/app
Run npm install (in the root of the project, it's an NX monorepo) and the run
npx nx run test-app:serve --configuration=development
If you try to open the redux devtools it will say "No store found". However, if you open up the chrome devtools and look at Application -> session storage you can see that state does in fact work it just doesn't sync up with the redux devtools.
Environment
The text was updated successfully, but these errors were encountered: