Skip to content
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

The first time a reducer is invoked only one action will be tracked, even if you dispatch multiple actions. #26

Open
ThomasWillumsen opened this issue Mar 13, 2021 · 0 comments

Comments

@ThomasWillumsen
Copy link

Dispatching multiple actions will only result in the first action being tracked in the chrome extension.
Afterwads all dispatched actions will be tracked correctly.

Notice how the onclick dispatches two actions one after another.
image

Only one action appears in the extension after clicking the button the first time.
image

The second time i click the button, there will be 3 actions.
image

Expected behavior
There should be two actions for every time i click the button.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant