Open shadow1349 opened 2 months ago
Yes, same issue here!
Thank you for reporting the issue. There are currently a few much higher priorities that the team is working on, so it is not going to receive attention right now. @shadow1349, or @dowebdevelopment, do you think you would like to have a go at investigating this issue?
The devtools plugin is pretty straightforward, so hopefully it is quite approachable to be able to debug. The plugin picks up its reference to the dev tools here: https://github.com/ngxs/store/blob/bd43d3316c20a7ccde6fa409a7467a5d5ceb3587/packages/devtools-plugin/src/devtools.plugin.ts#L37-L38 Maybe that is a good place to start.
i have the same issue. Using a nx-monorepo
with Angular 18
Looks like it may be something with the extension? https://github.com/reduxjs/redux-devtools/issues/1731
Temporary workarounds: use Logger plugin or open Redux tab in devtools and reload.
Affected Package
The issue is caused by package @ngxs/devtools-plugin ### Is 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