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
Vite uses parse5 since 3.1.0 which will throw an error when non-void element start tag has a trailing slash (known as solidus), even on virtual template elements (<vue-component /> from ngVue in this case). This error stops the server from running. If a breaking change to drop support for those tags is decided to be made, please make a clarification at least.
keywords: Internal server error: Unable to parse HTML; parse5 error code non-void-html-element-start-tag-with-trailing-solidus
Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.
Make sure this is a Vite issue and not a framework-specific issue. For example, if it's a Vue SFC related bug, it should likely be reported to vuejs/core instead.
Describe the bug
Vite uses
parse5
since 3.1.0 which will throw an error when non-void element start tag has a trailing slash (known as solidus), even on virtual template elements (<vue-component />
from ngVue in this case). This error stops the server from running. If a breaking change to drop support for those tags is decided to be made, please make a clarification at least.keywords:
Internal server error: Unable to parse HTML; parse5 error code non-void-html-element-start-tag-with-trailing-solidus
Reproduction
https://github.com/Tanimodori/ngvue-vite
Steps to reproduce
cd ngvue-vite
git checkout broken
npm i
npm run dev
System Info
Used Package Manager
npm
Logs
Click to expand!
Validations
The text was updated successfully, but these errors were encountered: