core
core copied to clipboard
TypeError: Cannot read properties of null (reading 'parentNode')
Vue version
3.4.30
Link to minimal reproduction
https://stackblitz.com/edit/nuxt-starter-n6ky34
Steps to reproduce
Error when loading a selector. I am not using Nuxt
What is expected?
Show the options of the selector and be able to select it
What is actually happening?
The error stops the execution of the page and does not let you navigate.
possible related with https://github.com/vuejs/core/issues/10098 but im not using Nuxt and I change the versiion to 3.4.20 the ones that 'fixes' that issue and still not solution
System Info
`vue.global.js:8287 [Vue warn]: Unhandled error during execution of scheduler flush. This is likely a Vue internals bug. Please open an issue at https://new-issue.vuejs.org/?repo=vuejs/vue-next
at <RouterView onLoadCrumbs=fn<receiveCrumbs> >
at <MainSection>
at <Default onVnodeUnmounted=fn<onVnodeUnmounted> ref=Ref<
Proxy(Object) {…}`
`vue.global.js:9345 Uncaught (in promise) TypeError: Cannot read properties of null (reading 'parentNode')
at parentNode (vue.global.js:9345:32)
at ReactiveEffect.componentUpdateFn [as fn] (vue.global.js:6050:19)
at ReactiveEffect.run (vue.global.js:568:31)
at callWithErrorHandling (vue.global.js:8404:38)
at flushJobs (vue.global.js:8629:19)`