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
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",