formio / react

JSON powered forms for React.js
https://form.io
MIT License
305 stars 269 forks source link

Form IO builder icons showing question mark #583

Open JoelGeorge693 opened 1 week ago

JoelGeorge693 commented 1 week ago

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

lane-formio commented 2 days ago

Does this reproduce on @formio/react@5.3.0 and/or 6.0.0-rc.1? Can you provide a code sandbox to help triage?