This repository was archived by the owner on May 1, 2025. It is now read-only.
Use Redux dev-tools Dispatcher to fire an action #808
Unanswered
hastudillo
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
Uh oh!
There was an error while loading. Please reload this page.
-
Good morning,
It is documented (https://datorama.github.io/akita/docs/enhancers/devtools/) that Akita provides integration with the Redux dev-tools for Chrome (or Firefox) extension.
When using the Redux dev-tools extension, it is pretty straightforward to change a value of the store via an action fired from the Dispatcher: https://stackoverflow.com/a/57771785
With Akita, though, we can see that a
this.
appears by default in the Dispatcher, not the{ type: '' }
.Dispatching a
type
+payload
object has no effect.What would be the proper way to fire an action via the Redux dev-tools Dispatcher using Akita?
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions