tanem / react-svg

:art: A React component that injects SVG into the DOM.

Home Page:https://npm.im/react-svg

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Upgrading `react-svg` from `^11.2.5` to `^13.0.6` causes a slow load

jcvilap opened this issue · comments

We are having this issue since we upgraded from ^11.2.5 to ^13.0.6 this week. Is there anything new in 13 that may be causing this slow load compared to older versions? This is breaking pretty much all of our UI tests

@jcvilap if you could provide a repro or some code that shows a bit more about your use case, that would help narrow down what might be going on. Will see if I can recreate the issue on my end in the meantime.

@jcvilap can you please try using v14.0.0 which was published just now? It fixes a couple of things under the hood, which might help with your issue.

@tanem I just upgraded and the issue is gone, thanks a lot!