We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I've just updated form Nextjs 10.0.1 to 10.0.2 which updates cssnano-simple to 1.2.1 and FontAwesome Icons broke
With 1.2.0 (Nextjs 10.0.1):
WIth 1.2.1 (Nextjs 10.0.2):
Do you know how to fix this?
The text was updated successfully, but these errors were encountered:
Could you provide a full reproduction?
Sorry, something went wrong.
I wasn't able to reproduce this issue on codesandbox but i was able to fix it doing this
import Head from "next/head"; import { config, dom } from "@fortawesome/fontawesome-svg-core"; config.autoAddCss = false; ... return ( <div> <Head><style>{dom.css()}</style></Head> ... </div> );
Originally posted by @svachalek in FortAwesome/react-fontawesome#284 (comment)
No branches or pull requests
I've just updated form Nextjs 10.0.1 to 10.0.2 which updates cssnano-simple to 1.2.1 and FontAwesome Icons broke
With 1.2.0 (Nextjs 10.0.1):
WIth 1.2.1 (Nextjs 10.0.2):
Do you know how to fix this?
The text was updated successfully, but these errors were encountered: