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
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)
The text was updated successfully, but these errors were encountered:
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:The text was updated successfully, but these errors were encountered: