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
1.1.3
create new app via npx create-remix@latest
npx create-remix@latest
No warnings in console
There is a warning: Warning: Did not expect server HTML to contain a <script> in <html>.
Warning: Did not expect server HTML to contain a <script> in <html>.
It looks like it has to do with the <Scripts /> component, the warning disappears when the component is removed.
<Scripts />
The text was updated successfully, but these errors were encountered:
just saw the duplicate: #1463
Sorry, something went wrong.
No branches or pull requests
What version of Remix are you using?
1.1.3
Steps to Reproduce
create new app via
npx create-remix@latest
Expected Behavior
No warnings in console
Actual Behavior
There is a warning:
Warning: Did not expect server HTML to contain a <script> in <html>.
It looks like it has to do with the
<Scripts />
component, the warning disappears when the component is removed.The text was updated successfully, but these errors were encountered: