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
@anandsainath Are you using webpack/babel? I suppose I can add a polyfill, but it feels so... gross. I'll keep you posted with if I add anything but I definitely think you can handle this through a bundler.
We use Object.assign in the following line -
react-codemirror2/src/index.tsx
Line 616 in 3250f58
Unfortunately, Internet Explorer doesn't have a definition for the same. And its very difficult to override object.assign from an external module :(
Can we depend on an external library (like core-js) to get the definition for assign and use that instead?
The text was updated successfully, but these errors were encountered: