Closed
Description
Version
3.1.1
Reproduction link
https://codepen.io/cucumbers/pen/bPQQeO
Steps to reproduce
in the function registerAction, we will wrap the true handler and push into entry.And the wrapped handler receive two params - payload and cb. But what we can see in function dispatch is that the second param cb will never be passed in.
What is expected?
If the param cb is useless, remove it.
What is actually happening?
The param cb for wrappedActionHandler is never used;
Metadata
Metadata
Assignees
Labels
No labels