Replies: 1 comment 1 reply
-
As always after posting a question an hour two later I make progress, it's something to do with these instructions...
If I remove these then my state displays, I'll investigate further in the morning as I can't remember exactly why they are there other than I used them to extract route params in an effect. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I added the @ngrx/store-devtools package to my app in the beginning of development and checked out the Redux dev tools and could see all of my NGRX store and it was fantastic. I've added a number of features to my app and have come to look at Redux and there's nothing there, just (pin):undefined.
I've created a new project and sure enough I can see the NGRX in Redux no problem. I'm at a loss as to why my actual project is not working anymore, any suggestions on how to debug this problem as I've got nothing to work with as I get no console errors and my app works perfectly without raising any exceptions.
I've obviously tried, disabling and reinstalling the extension and I've tried in both Chrome and Firefox and neither work so it's not browser specific.
I'm using a shared module imported into my app.module: -
Beta Was this translation helpful? Give feedback.
All reactions