You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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;
The text was updated successfully, but these errors were encountered:
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;
The text was updated successfully, but these errors were encountered: