-
-
Notifications
You must be signed in to change notification settings - Fork 8.8k
Closed as not planned
Closed as not planned
Copy link
Labels
need more infoFurther information is requestedFurther information is requested
Description
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 #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)`
Any additional comments?

Metadata
Metadata
Assignees
Labels
need more infoFurther information is requestedFurther information is requested