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
EVENT in this.$resolve(EVENT) and this.$delegate(..., {resolve: {EVENT: ...}}) should be type checked if the possible event names have been provided to the extended BaseComponent.
The text was updated successfully, but these errors were encountered:
I'm submitting a...
Expected Behavior
EVENT
inthis.$resolve(EVENT)
andthis.$delegate(..., {resolve: {EVENT: ...}})
should be type checked if the possible event names have been provided to the extended BaseComponent.The text was updated successfully, but these errors were encountered: