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
All find methods were change to lodash lib and the bug was fixed... but not in all cases.
So I add polyfill by babel and it works.
After that I notice that <foreignObject /> (SVG) is not supported in IE, so I had to remove it. <foreignObject /> was used to displaying long text. I workaround creating <SvgText /> component.
IE 11 doesn't support Array#find.
Add polyfill for it and explore if something else is broken.
The text was updated successfully, but these errors were encountered: