Hello, I initially wrote about this issue in the Vue community thinking it may be a Vue internal problem but I am trying here as well in case it is related to Nuxt since I couldn't find an issue on either projects.
(#1109085109379932242 message)
A console warning and an error appears after upgrading Nuxt to 3.5.1.The warning itself suggests it may be a Vue error but in case it is related to Nuxt I am posting it here as well :
ll:376 [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/core
at <NuxtLayout>
at <MainApplication key=3 >
at <NuxtRoot>
Uncaught (in promise) TypeError: Cannot read properties of null (reading 'parentNode')
at parentNode (runtime-dom.esm-bundler.js:33:30)
at ReactiveEffect.componentUpdateFn [as fn] (runtime-core.esm-bundler.js:5777:11)
at ReactiveEffect.run (null:181:19)
at instance.update (runtime-core.esm-bundler.js:5814:51)
at callWithErrorHandling (runtime-core.esm-bundler.js:158:32)
at flushJobs (runtime-core.esm-bundler.js:357:9)
Uncaught (in promise) TypeError: Cannot read properties of null (reading 'subTree')
at move (runtime-core.esm-bundler.js:6122:28)
at move (runtime-core.esm-bundler.js:6122:7)
at move (runtime-core.esm-bundler.js:6122:7)
at Object.resolve (runtime-core.esm-bundler.js:1382:11)
at runtime-core.esm-bundler.js:1505:20
Also the navigations stopped working. Are there any ideas? Should it become an issue in Vue/Nuxt?