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
React expected an <html> element (document.documentElement) to exist in the Document but one was not found. React never removes the documentElement for any Document it renders into so the cause is likely in some other script running on this page.
ReactDOM.render clears the container before rendering into it. But with the new HostSingletons (#25426) we expect an existing documentElement.
The odd part is that it seems like #25426 affected the @next release even though enableHostSingletons is disabled for that release.