react icon indicating copy to clipboard operation
react copied to clipboard

Form IO builder icons showing question mark

Open JoelGeorge693 opened this issue 5 months ago • 1 comments

I was trying to implement FormIO in my project, previously I was using font-awesome-free and it was working fine. As soon I have upgraded to font-awesome-pro, icons in form builder showing as big question mark in circular and not loading any icons.

How can I fix this issue? Can I use pro and free version together.

I try to install the font-awesome-free as well and imported in the tsx file where FormIO is used

Package.json "@formio/react": "^5.2.4-rc.1", "@fortawesome/fontawesome-pro": "^6.6.0", "@fortawesome/fontawesome-svg-core": "^6.6.0", "@fortawesome/react-fontawesome": "^0.2.2",

Capture

JoelGeorge693 avatar Sep 23 '24 13:09 JoelGeorge693