I'm using @fortawesome/free-solid-svg-icons across my app. But recently, 3 icons, of many are missing, but only on certain pages.
For example, the faClock icon shows on my landing page, but is gone on my /home page. I notice that in the network tab, these specific missing icons are coming down in network calls as empty js. While other ones that are showing do not have a corresponding network call. - I can't share screenshots 😦
Does anyone have any ideas on how I could start to debug this? The problem is I'm not sure where to start because
- It doesn't happen locally
- Other fontawesome icons are showing
- The missng icons are fine on other screens/routes
- They're imported the same way other icons are. e.g
import { faClock } from '@fortawesome/free-solid-svg-icons/faClock'