You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
andArray.from
which don't exist in IE11.The text was updated successfully, but these errors were encountered: