-
-
Notifications
You must be signed in to change notification settings - Fork 166
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 load on Internet Explorer #525
Comments
Hey @alexanmtz I'll work on this, please assign it to me. |
Yes @Shawn-Noruzi , you're now assigned 👍 |
Some progress - still has bugs however. 1.Having babel build with Ie>=11 in mind through modifying the .babelrc file 2.@babel/preset-env added with babel-core packages Ran into build issue stating conflict with babel-core and @babel-core versions babel -V shows we are working with version 6.26 babel -> Looking through 6.26 docs for Babel to find support for IE. 3.Added proper support for IE11 with Babel 6.26 into .babelc 4.Got a regeneratorRuntime error: Ran into Styled-components + promise undefined errors
Will continue to investigate |
Thanks @Shawn-Noruzi, so now we have a better view of the complexity to support this |
It works on Edge |
On our Find a bug and fix program #272, one of our members reported that the site is not opening on Internet Explorer.
Level
Beginner
The text was updated successfully, but these errors were encountered: