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
<meta charset="utf-8"> should be the first element in the <head>
<meta charset="utf-8">
<head>
<NextScript /> prepends the preloadDynamicChunks in the head. https://github.com/zeit/next.js/blob/canary/server/document.js#L87
<NextScript />
https://sonarwhal.com/docs/user-guide/rules/meta-charset-utf-8/
The text was updated successfully, but these errors were encountered:
@timneutkens this PR doesn't solve this issue. sadly.
Sorry, something went wrong.
@schoenwaldnils it's not released yet. Have you tried the branch?
Seems to work with ~4.2.1
No branches or pull requests
Expected Behavior
<meta charset="utf-8">
should be the first element in the<head>
Current Behavior
<NextScript />
prepends the preloadDynamicChunks in the head.https://github.com/zeit/next.js/blob/canary/server/document.js#L87
Context
https://sonarwhal.com/docs/user-guide/rules/meta-charset-utf-8/
Your Environment
The text was updated successfully, but these errors were encountered: