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
Typescript does not polyfill Object.assign, and as discussed in #139, setting Typescript to ES6 mode causes problems with Babel transpilation from ES6 ->ES5.
The recommendation from @OR13 was to set Typescript to ES5 but then we have this Object.assign issue.
per https://stackoverflow.com/questions/35215360/getting-error-object-doesnt-support-property-or-method-assign, this adds IE11 support.
The text was updated successfully, but these errors were encountered: