running the demo app prints - even though it runs just fine.
Somewhere/somehow the compiler is compiling <NSVElement> as a template, and printing the following error:
SyntaxError: Element is missing end tag.
at createCompilerError (/Users/rigor789/Code/nativescript-vue-next/node_modules/@vue/compiler-core/dist/compiler-core.cjs.js:19:19)
at emitError (/Users/rigor789/Code/nativescript-vue-next/node_modules/@vue/compiler-core/dist/compiler-core.cjs.js:1594:29)
at parseElement (/Users/rigor789/Code/nativescript-vue-next/node_modules/@vue/compiler-core/dist/compiler-core.cjs.js:1146:9)
at parseChildren (/Users/rigor789/Code/nativescript-vue-next/node_modules/@vue/compiler-core/dist/compiler-core.cjs.js:937:28)
at parseElement (/Users/rigor789/Code/nativescript-vue-next/node_modules/@vue/compiler-core/dist/compiler-core.cjs.js:1125:22)
at parseChildren (/Users/rigor789/Code/nativescript-vue-next/node_modules/@vue/compiler-core/dist/compiler-core.cjs.js:937:28)
at Object.baseParse (/Users/rigor789/Code/nativescript-vue-next/node_modules/@vue/compiler-core/dist/compiler-core.cjs.js:852:23)
at Object.parse (/Users/rigor789/Code/nativescript-vue-next/packages/compiler/dist/compiler.cjs.js:2567:25)
at getVueEmbeddedSource (/Users/rigor789/Code/nativescript-vue-next/node_modules/fork-ts-checker-webpack-plugin/lib/typescript-reporter/extension/vue/TypeScriptVueExtension.js:75:37)
at getCachedEmbeddedSource (/Users/rigor789/Code/nativescript-vue-next/node_modules/fork-ts-checker-webpack-plugin/lib/typescript-reporter/extension/TypeScriptEmbeddedExtension.js:16:47)
running the demo app prints - even though it runs just fine.
Somewhere/somehow the compiler is compiling
<NSVElement>
as a template, and printing the following error: