supertokens / supertokens-auth-react

ReactJS authentication module for SuperTokens
https://supertokens.com
Other
276 stars 84 forks source link

NextJS warning for styling #765

Closed rishabhpoddar closed 5 months ago

rishabhpoddar commented 10 months ago

When running the nextjs demo app, the console shows this warning:

Do not add stylesheets using next/head (see <link rel="stylesheet"> tag with href="//fonts.googleapis.com/css2?family=Rubik:wght@400&display=swap"). Use Document instead. 
See more info here: https://nextjs.org/docs/messages/no-stylesheets-in-head-component
ptdatta commented 5 months ago

Hey @rishabhpoddar I think this issue is fixed as I didn't find the warning in the example demo app.

rishabhpoddar commented 5 months ago

Thanks. Closing this issue.