You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
A console warning is seen due to including of stylesheets in Head component
warn-once.js:16 Do not add stylesheets using next/head (see <link rel="stylesheet"> tag with href="https://cdn.plant-for-the-planet.org/staging/media/fonts/salesforce/salesforce-sans.css?v1.0"). Use Document instead.
See more info here: https://nextjs.org/docs/messages/no-stylesheets-in-head-component
This will need some refactoring of _document to resolve, and does not affect functionality
Is it on a Production or Development Build?
Only seen locally
To Reproduce
Run the develop branch with client sf
The text was updated successfully, but these errors were encountered:
Describe the bug
A console warning is seen due to including of stylesheets in Head component
This will need some refactoring of _document to resolve, and does not affect functionality
Is it on a Production or Development Build?
Only seen locally
To Reproduce
Run the develop branch with client sf
The text was updated successfully, but these errors were encountered: