No DevTools action reporting with Angular + effects-ng #29
Unanswered
przemyslawpedziwiatr
asked this question in
Q&A
Replies: 2 comments
-
Yes, it works with Elf devtools, but not with Akita. You have two options:
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Hey @przemyslawpedziwiatr there is a new section in the Documentation which should give you an idea how to include the actions of @ngneat/effects into the devtools. Hope this helps! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Which @ngneat/effects-* package(s) are the source of the bug?
effects-ng
Is this a regression?
No
Description
Following the Akita documentation of effects (https://opensource.salesforce.com/akita/docs/angular/effects) I tried to integrate this library into my project. It all went flawlessly, however the dispatched actions does not show up in the Redux DevTools, which is actually very useful.
It works however with @datorama/akita-ng-effects, the actions show up every time they're dispatched.
I have pretty much followed the README, declaring:
The actions:
Then the effects injectable:
Later dispatched with:
Of course importing the effects module:
Pretty much the most basic stuff - it works, fetch is being launched, data in store changed, but it does not show up in the dev tools. For the moment I just have to resort back to Akita's deprecated implementation as it really makes it easier to develop with dev tools.
Please provide a link to a minimal reproduction of the bug
No response
Please provide the exception or error you saw
No response
Please provide the environment you discovered this bug in
Anything else?
No response
Do you want to create a pull request?
No
Beta Was this translation helpful? Give feedback.
All reactions