devtools-next
devtools-next copied to clipboard
Pre-transform error Element is missing end tag
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.
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