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
Describe the bug
For events with one-word names, getCommonEventHandlerName doesn't lowercase everything past the third letter, so onCLICK will slip through unchanged.
Expected behavior
Common events like onCLICK should be fixed to onClick.
The text was updated successfully, but these errors were encountered:
Describe the bug
For events with one-word names,
getCommonEventHandlerName
doesn't lowercase everything past the third letter, soonCLICK
will slip through unchanged.Expected behavior
Common events like
onCLICK
should be fixed toonClick
.The text was updated successfully, but these errors were encountered: