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've beeing experiencing an error on IE 11 due to the lack of Object.values and Object.assign. I see three possible solutions here:
1 - We avoid using these non-widely supported APIs;
2 - We ensure the compiling injects those polyfills;
3 - We document a compatibility table on the README and point to the necessary polyfills.
The text was updated successfully, but these errors were encountered:
I've beeing experiencing an error on IE 11 due to the lack of Object.values and Object.assign. I see three possible solutions here:
1 - We avoid using these non-widely supported APIs;
2 - We ensure the compiling injects those polyfills;
3 - We document a compatibility table on the README and point to the necessary polyfills.
The text was updated successfully, but these errors were encountered: