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
When I'm using <script src="https://use.fontawesome.com/releases/v5.0.8/js/all.js"></script> everything seems to be working fine. The animation happens and it works.
However when I'm using the font-awesome pro version (or specific font awesome kit) like this <script src="https://kit.fontawesome.com/fb4dbb8b96.js" crossorigin="anonymous"></script> it shows the error Vivus [constructor]: "element" parameter is not valid (or miss the "file" attribute).
From my research the ID is only applied to the first element and the SVG's that get injected by font awesome are ignored.
Any way around this?
The text was updated successfully, but these errors were encountered:
When I'm using <script src="https://use.fontawesome.com/releases/v5.0.8/js/all.js"></script> everything seems to be working fine. The animation happens and it works.
However when I'm using the font-awesome pro version (or specific font awesome kit) like this <script src="https://kit.fontawesome.com/fb4dbb8b96.js" crossorigin="anonymous"></script> it shows the error Vivus [constructor]: "element" parameter is not valid (or miss the "file" attribute).
From my research the ID is only applied to the first element and the SVG's that get injected by font awesome are ignored.
Any way around this?
The text was updated successfully, but these errors were encountered: