Skip to content
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

Website doesn't work in IE 11 #17981

Closed
EmilRais opened this issue Oct 21, 2019 · 8 comments · Fixed by #17982
Closed

Website doesn't work in IE 11 #17981

EmilRais opened this issue Oct 21, 2019 · 8 comments · Fixed by #17982
Labels
website Pages that are not documentation-related, marketing-focused.

Comments

@EmilRais
Copy link

EmilRais commented Oct 21, 2019

I'm adding support for IE 11 in our web application and I found a small cosmetic issue with one of our menu buttons. I wanted to test it out from your demo page, but your website https://material.ui.com does not work at all in IE 11. It's simply white.

When I check the body in the DOM I only see a couple of script elements and a blank div.
Is this intentional?

@oliviertassinari
Copy link
Member

@EmilRais See TehShrike/deepmerge#171.

@EmilRais
Copy link
Author

Maybe it wasn't clear but I was reporting that your website does not work at all from IE 11, not that your library doesn't. I made the library work by adding the necessary polyfill - which I gather from the linked issue I can now remove again, which is great.

@oliviertassinari
Copy link
Member

Thanks for the clarification.

@fchengpc
Copy link

fchengpc commented Oct 25, 2019

still the same issue even update to 4.5.1. @oliviertassinari
@EmilRais what kind of polyfill did you add to get your website working?

@EmilRais
Copy link
Author

EmilRais commented Oct 25, 2019

Well the error I got was regarding Object.assign, so I simply added the corresponding polyfill from the polyfill library core-js:

import "core-js/features/object/assign";

I placed it at the top of my entrypoint file named index.tsx.

@oliviertassinari
Copy link
Member

oliviertassinari commented Oct 25, 2019

@EmilRais Wait Material-UI v4.5.2 or freeze deepmerge's version.

@fchengpc
Copy link

@oliviertassinari when is 4.5.2 to be released?

@oliviertassinari
Copy link
Member

This evening

@zannager zannager added the website Pages that are not documentation-related, marketing-focused. label Dec 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
website Pages that are not documentation-related, marketing-focused.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants