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
thrownewError("MUI: Client does not support web components");
}
document.registerElement is obsolete and has been removed from some browsers. The thing to check for instead is window.customElements.
simonw
changed the title
Warning: Your browser does not support WebComponents
Mobile Safari incorrectly warns "Your browser does not support WebComponents"
Jul 10, 2024
I got this error in Mobile Safari on this page: https://www.muicss.com/docs/v1/webcomponents/buttons
Mobile Safari does support WebComponents.
The text was updated successfully, but these errors were encountered: