Skip to content

TypeError: Cannot read properties of null (reading 'parentNode') #10517

@vmedina-azimut

Description

@vmedina-azimut

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?

Screenshot 2024-03-13 at 5 16 04 PM

Metadata

Metadata

Assignees

No one assigned

    Labels

    need more infoFurther information is requested

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions