Closed crummy closed 2 years ago
Same issue here.
As a work around for this plugin not working in Gatsby v4, you can use
import { config, dom } from "@fortawesome/fontawesome-svg-core";
config.autoAddCss = false;
--------------------
<Helmet>
<style>{dom.css()}</style>
</Helmet>
Thank you very much for the PR @crummy
This plugin blocks upgrades to Gatsby 4.0