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
Any event that occurs on the page (regardless of if it's on a DOM subtree managed by React) goes through React's event subsystem. It would be great if we instead listened at the mount point (and any child documents in e.g. iframes) instead of at the top of the page.