devtools-next icon indicating copy to clipboard operation
devtools-next copied to clipboard

Pre-transform error Element is missing end tag

Open hinogi opened this issue 1 year ago • 1 comments

When vite is running the plugin I get this error, but I guess thanks to HTML it does work

[vite] Pre-transform error: Element is missing end tag.

hinogi avatar Nov 28 '24 11:11 hinogi

might have to do with jsx-like generics in templates maybe?! @update:modelValue="(something: Maybe<string>) => doSomething()" the generic type gets interpreted as jsx. Came across a similar issue using pug, because there are no ending tags and I get that error with generics in templates

hinogi avatar Nov 28 '24 12:11 hinogi