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
{{ message }}
This repository has been archived by the owner on Nov 18, 2020. It is now read-only.
As of v1.0.1, the
EventHandler
interface is not generic. This requires a cast when using custom events:The
EventHandler
interface should be something like:to eliminate the need to do the cast.
The text was updated successfully, but these errors were encountered: