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
When creating a function to handle a custom event, Glint complains that the signature doesn’t match. The signature expects an Event rather than a CustomEvent
When creating a function to handle a mouse event {{on "click" this.handler}}, the signature for this.handler correctly expects a MouseEvent
The text was updated successfully, but these errors were encountered:
I don’t know if this is Glint or Ember related.
When creating a function to handle a custom event, Glint complains that the signature doesn’t match. The signature expects an Event rather than a CustomEvent
When creating a function to handle a mouse event
{{on "click" this.handler}}
, the signature forthis.handler
correctly expects aMouseEvent
The text was updated successfully, but these errors were encountered: