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
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
When vite is running the plugin I get this error, but I guess thanks to HTML it does work
The text was updated successfully, but these errors were encountered: