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

react-admin demo not working for IE11 #2653

Closed
activist opened this issue Dec 12, 2018 · 3 comments
Closed

react-admin demo not working for IE11 #2653

activist opened this issue Dec 12, 2018 · 3 comments
Labels

Comments

@activist
Copy link

What you were expecting:
That the react-admin demo should work with IE11

What happened instead:
Hangs at loader page. Console error is "Object does not support assign method.."

Steps to reproduce:
Go to https://marmelab.com/react-admin-demo/ using IE 11. Page won't open.

@fzaninotto fzaninotto added the bug label Dec 12, 2018
@phacks
Copy link
Contributor

phacks commented Dec 13, 2018

Problem seems to have appeared between 2.3.2 and 2.5.1, and is currently preventing us to upgrade. I may have some time to look into this this weekend to see if I can figure out what caused it, and submitting a fix

@fzaninotto
Copy link
Member

Between these releases, we upgraded the demo from create-react-app 1.0 to 2.0. That may be a cause.

@phacks
Copy link
Contributor

phacks commented Dec 13, 2018

Pushed a PR that fixed the problem in my local IE11 setup (CRA 2.0 needs to include polyfills for IE now) 🙂

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants