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
Enforce casing for all event handlers from
https://facebook.github.io/react/docs/events.html
I hate trying to debug my click handlers when I've typed
`onclick` instead of `onClick` in my components.
0 commit comments