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 handler props have been renamed to use the on${eventName} convention used in React. This means that the accepted props are onClick instead of just click. Typescript definitions have also been added.