react-context-devtool icon indicating copy to clipboard operation
react-context-devtool copied to clipboard

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

Open ThomasWillumsen opened this issue 4 years ago • 0 comments
trafficstars

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.

ThomasWillumsen avatar Mar 13 '21 14:03 ThomasWillumsen