-
-
Notifications
You must be signed in to change notification settings - Fork 32.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[material-ui][Tabs] Out of a sudden broken with esm.sh #45027
Comments
Hey @schlichtanders, thanks for reaching out. I can confirm this behavior in Chrome. It's happening on all the Material UI versions I tested, which you also experienced, even with a version that was previously working. It makes me think that it's not a Material UI issue. Is there a reason you believe this is a Material UI issue? Have you looked into related |
Interesting thought! Other material UI stuff still works without any problems, hence I thought the root cause could be here. But yeah, I'll open an issue on esm.sh as well 👍 |
@DiegoAndai do you know an alternative to esm.sh? I thought this would be the go to hosting, but if it is that unstable, maybe there are alternatives... |
That's interesting.
Let's wait a bit and see if we get an answer or direction on this. I'm not that familiar with esm.sh so any direction would be useful.
I don't 😕. Let's see if we get an answer. If there's nothing for a while, please ping me so we can figure out alternative action points. |
i will look into it! |
@schlichtanders using react instead of preact+htm is working: https://stackblitz.com/edit/stackblitz-starters-2rydfyb7?file=index.html |
thanks for checking react. Very surprising. This shouldn't make a difference, or? I now changed your example back to using preact and it still works... https://stackblitz.com/edit/stackblitz-starters-y36t6mjt?file=index.html |
Steps to reproduce
Steps:
Current behavior
there are even no dom elements, and also nothing rendered
Expected behavior
I would like to see tabs in one way or another
Context
This error happens precisely after clearing cache of my browser (I still had an old cache from yesterday on my firefox and when deleting it, I get the same error while before it was all good). It is really today Wednesday 15. January that it broke.
I tried several different versions of mui and the same error occurs everywhere. From 5.16.14 to 6.4.0 (EDIT: I was previously running on 6.1.10 where I stilled had the working cache mentioned below)
Your environment
https://stackblitz.com/edit/stackblitz-starters-a4bz6g3w?file=index.html
using firefox and brave
Search keywords: tabs
The text was updated successfully, but these errors were encountered: