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
The documentation says: eventName: The name of the event, without the "on" prefix.</param>
However, using "click" leads to "Unhandled exception rendering component: Attribute should be an event name, but doesn't start with 'on'. Value: 'click'".
Using "onclick" works fine.
(Same for on.preventDefault)
The text was updated successfully, but these errors were encountered:
The documentation says:
eventName: The name of the event, without the "on" prefix.</param>
However, using
"click"
leads to "Unhandled exception rendering component: Attribute should be an event name, but doesn't start with 'on'. Value: 'click'".Using "onclick" works fine.
(Same for on.preventDefault)
The text was updated successfully, but these errors were encountered: