Bug
Receiving warnings when using the package.
[Vue warn]: Do not use built-in or reserved HTML elements as component id: Text
and
[Vue warn]: Do not use built-in or reserved HTML elements as component id: Image
are displayed with every refresh of the page.
No warnings are shown in the console when using surveyJs.
Run attached project and see error appears, even without any survey used.
My package.json in the clean project:
{
"name": "surveyjs",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
},
"dependencies": {
"@vue/cli-service": "^4.5.12",
"survey-vue": "^1.8.36",
"vue": "^2.6.11"
},
"devDependencies": {
"vue-template-compiler": "^2.6.11"
}
}
Full project can be found
attached.
@fr3ddy Yes, I saw it yesterday in my console when debug a vue app. We will work on the fix.
Thank you,
Andrew
@fr3ddy I have fixed it by the commit above.
Thank you,
Andrew
@andrewtelnov Thank you for the fast fix! Any plans on when v1.8.37 is released?
Regards,
Freddy
@fr3ddy You can always find information about new release and about old releases on this page.
Thank you,
Andrew