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
Currently, we are prompted with 3 warnings on setup.
1. FrontPage returned an empty object from getInitialProps. This de-optimizes and prevents automatic static optimization. https://err.sh/vercel/next.js/empty-object-getInitialProps
2. Please do not use @import CSS syntax in createGlobalStyle at this time, as the CSSOM APIs we use in production do not handle it well. Instead, we recommend using a library such as react-helmet to inject a typical meta tag to the stylesheet, or simply embedding it manually in your index.html section for a simpler app.
3. Warning: viewport meta tags should not be used in _document.js's . https://err.sh/next.js/no-document-viewport-meta
The text was updated successfully, but these errors were encountered:
Currently, we are prompted with 3 warnings on setup.
1. FrontPage returned an empty object fromgetInitialProps
. This de-optimizes and prevents automatic static optimization. https://err.sh/vercel/next.js/empty-object-getInitialProps2. Please do not use
@import
CSS syntax in createGlobalStyle at this time, as the CSSOM APIs we use in production do not handle it well. Instead, we recommend using a library such as react-helmet to inject a typical meta tag to the stylesheet, or simply embedding it manually in your index.html section for a simpler app.3. Warning: viewport meta tags should not be used in _document.js's . https://err.sh/next.js/no-document-viewport-meta
The text was updated successfully, but these errors were encountered: