- Notifications
You must be signed in to change notification settings - Fork444
Closed
Description
useDispatch() doesNOT accept a function parameter.
It will generate below snippet:
constdispatch=useDispatch(function)
Expect:
constdispatch=useDispatch()
Metadata
Metadata
Assignees
Labels
No labels
