Open simonw opened 3 months ago
Here's the problem: https://github.com/muicss/mui/blob/d1774138e025f99c870f9dbb556163028cc2d475/build-targets/cdn-webcomponents.js#L11-L14
document.registerElement
is obsolete and has been removed from some browsers. The thing to check for instead is window.customElements
.
Thanks for the heads up! Will fix asap.
I got this error in Mobile Safari on this page: https://www.muicss.com/docs/v1/webcomponents/buttons
Mobile Safari does support WebComponents.