-
-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DevTools: Test-View not visible #1868
Comments
Cannot reproduce this. If I go to the StackBlitz example, the instance is visible in DevTools. Both router and counter properties are present. |
I don't get any on the NgRx Seed, using Vivaldi / Chrome on both Mac and Windows. 🙁 Both browser have the latest version of the dev tools installed |
Weird that you see this @adrianfaciu, it shouldn't show up AFAIK. To have these features available we must identify ourselves as a redux app, see https://github.com/zalmoxisus/redux-devtools-extension/blob/master/npm-package/logOnly.js#L9 for ref. For us, this would mean adding a
I tried it locally and the redux features become visible but sadly enough, will do nothing. |
Hmm, that is weird. |
Yes, that's fine by me Adrian thanks! |
About the "lib redux" issue, I ran into this problem as well, and it's basically a bug in the redux devtools zalmoxisus/remotedev-app#40 |
@dummdidumm We can make it a redux app, #1868 (comment) But then you're getting some other problems 😂 |
Sorry for the delay, I traveled a lot lately and did not have time. I'll pick this up in the weekend and see what can be done. |
@alex-vg How did you activate Trace tab? |
Why was this closed? I don't see any resolutions to the problem and as of the 12.4.0 I still can't access the trace tab. |
@brandonroberts |
Has anybody figured out how to handle this? It looks like @adrianfaciu was working on it at one point and @alex-vg seems to have figured out how to at least make it work a bit |
Any updates or tips on this? |
Minimal reproduction of the bug/regression with instructions:
StoreDevtoolsModule
to your ModuleGo to: https://ngrx-seed.stackblitz.io/ and open your DevTools and see that there is no
Test
-View visibleBut, if you open the edit view of stackblitz (https://stackblitz.com/edit/ngrx-seed?file=src%2Fapp%2Fapp.module.ts) you can see that Stackblitz's own redux? does add the
Test
-View 😅Expected behavior:
Have a
Test
-View like its visible on other sites.Versions of NgRx, Angular, Node, affected browser(s) and operating system(s):
NGRX 7.4.0
Angular 7.2.13
Browsers: Chrome and Firefox
Other information:
I would be willing to submit a PR to fix this issue
[ ] Yes (Assistance is provided if you need help submitting a pull request)
[x] No
The text was updated successfully, but these errors were encountered: