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

Bug: Fails to load in IE11 #403

Closed
oigewan opened this issue Jun 14, 2017 · 1 comment
Closed

Bug: Fails to load in IE11 #403

oigewan opened this issue Jun 14, 2017 · 1 comment
Milestone

Comments

@oigewan
Copy link

oigewan commented Jun 14, 2017

I was testing my app in IE11, and as soon as I attempted to move between days using the keyboard, my console was full of errors. It seems that your babel settings aren't polyfilling anything, and your output code includes things like Object.assign and Array.from which don't exist in IE11.

@gpbl
Copy link
Owner

gpbl commented Jun 17, 2017

Thanks @oigewan for your help. The fix has been published in v6.0.0 (changelog) 🎉

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

No branches or pull requests

2 participants