-
-
Notifications
You must be signed in to change notification settings - Fork 15.2k
Closed
Description
Do you want to request a feature or report a bug?
A small typings refactor.
What is the current behavior?
The Dispatch
interface is currently generic, when it doesn't need to be, the generic type is never used. I don't know if there is a particular reason why it has been done the way but it isn't documented either.
As I mentioned, I'm not sure if there is a reason why it has been done this way but I feel that it should either be changed or documented.
What is the expected behavior?
There should be no generic.
Metadata
Metadata
Assignees
Labels
No labels