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.type === 'focusin' for focus and focusout for blur.
The expected behavior
event.type is unaffected by changes to the native event React listens to. At least onMouseEnter works that way where you (sometimes?) have a mouseover native event but event.type will still read mouseover.