-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Closed as not planned
Labels
Description
Reproduction
I've found this issue when was checking the Markup Validator issues, I've tested the latest version of remix (2.16.0) and the new created project throw this issues.
Steps to reproduce:
- Run npx create-remix@latest.
- Run npm run dev in the newly created project (i.e., without modifying any files).
- Load the project in the web browser.
- Copy the whole code from dev tools in the network.
- Paste the code here and run test.
System Info
System:
OS: Windows 10
CPU: Intel(R) Celeron(R) G4930 CPU 3.20GHz
Memory: 10 GB / 16.00 GB
Shell: GNU bash, version 4.4.23(1)-release (x86_64-pc-msys)
Binaries:
Node: 22.14.0 - ~/.nvm/versions/node/v22.14.0/bin/node
npm: 10.9.2 - ~/.nvm/versions/node/v22.14.0/bin/npm
Browsers:
Brave Browser: 133.1.75.180
Chrome: 133.0.6943.142
Safari: 18.2
npmPackages:
@remix-run/dev: ^2.16.0 => 2.16.0
@remix-run/node: ^2.16.0 => 2.16.0
@remix-run/react: ^2.16.0 => 2.16.0
@remix-run/serve: ^2.16.0 => 2.16.0
vite: ^6.0.0 => 6.2.0
Used Package Manager
npm
Expected Behavior
Creating a new project, running it, and testing the code in the W3c validator and there should be no errors.
Actual Behavior
Creating a new project, running it, and testing the code in a W3c and got the errors.