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
Set 'test' value with 'undefined':
this.test = undefined;
Version
Vue.js 3.x and vee-validate 4.x
What browsers are you seeing the problem on?
Firefox
Chrome
Safari
Microsoft Edge
Relevant log output
Uncaught (in promise) TypeError: Cannot convert a Symbol value to a string
at patchDOMProp (runtime-dom.esm-bundler.js:226)
at patchProp (runtime-dom.esm-bundler.js:387)
at patchProps (runtime-core.esm-bundler.js:4329)
at patchElement (runtime-core.esm-bundler.js:4229)
at processElement (runtime-core.esm-bundler.js:4071)
at patch (runtime-core.esm-bundler.js:3988)
at patchKeyedChildren (runtime-core.esm-bundler.js:4761)
at patchChildren (runtime-core.esm-bundler.js:4704)
at processFragment (runtime-core.esm-bundler.js:4385)
at patch (runtime-core.esm-bundler.js:3984)
What happened?
Vue app is crashed with error:
"Uncaught (in promise) TypeError: Cannot convert a Symbol value to a string"
Reproduction steps
defineComponent({ name: 'test', data() { return { test: 123 } } })
this.test = undefined;
Version
Vue.js 3.x and vee-validate 4.x
What browsers are you seeing the problem on?
Relevant log output
Demo link
https://codesandbox.io/s/vee-validate-async-validation-forked-069tl
Code of Conduct
The text was updated successfully, but these errors were encountered: