Actions not getting logged in redux dev tools with lazy loaded module's effects #38
Unanswered
kingjordan
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello
I have all my elf state in a lazy loaded module, as a result I never import effects into the root app module like:
I do use the following to register the effects with the lazy state module like:
Everything is working except the redux dev tools is not picking up the actions, but it does show the change to the underlying state which is triggered by the actions and executed by my effects.
actions example:
and my effect:
I am looking for some guidance as to why the action is not showing in the redux dev tools
thanks
Beta Was this translation helpful? Give feedback.
All reactions