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 am using svgs by using and it works on chrome and firefox but I came to know that freaking IE11 does not support referencing external files via so I have installed it as an npm package by npm i svg4everybody and am using this as
import svg4everybody from 'svg4everybody';
svg4everybody();
When I am testing it on IE11, I do not see any change. Is there any additional things that should be added or am I missing something?
The text was updated successfully, but these errors were encountered:
I am using svgs by using and it works on chrome and firefox but I came to know that freaking IE11 does not support referencing external files via so I have installed it as an npm package by
npm i svg4everybody
and am using this asWhen I am testing it on IE11, I do not see any change. Is there any additional things that should be added or am I missing something?
The text was updated successfully, but these errors were encountered: