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
Uncaught (in promise) TypeError: Cannot read properties of null (reading 'parentNode')
at parentNode (runtime-dom.esm-bundler.js:35:30)
at ReactiveEffect.componentUpdateFn [as fn] (runtime-core.esm-bundler.js:5731:17)
at ReactiveEffect.run (reactivity.esm-bundler.js:190:25)
at instance.update (runtime-core.esm-bundler.js:5763:56)
at updateComponent (runtime-core.esm-bundler.js:5588:26)
at processComponent (runtime-core.esm-bundler.js:5521:13)
at patch (runtime-core.esm-bundler.js:5119:21)
at patchSuspense (runtime-core.esm-bundler.js:1313:13)
at Object.process (runtime-core.esm-bundler.js:1204:13)
at patch (runtime-core.esm-bundler.js:5125:26)
Vue version
3.2.47
Link to minimal reproduction
https://github.com/gitsheny/vue-Suspense.git
Steps to reproduce
<Suspense>
内含有嵌套路由,且使用了异步组件时。当页面内的异步未执行结束时路由跳转,会发生错误。
What is expected?
跳转正常
What is actually happening?
System Info
Any additional comments?
No response
The text was updated successfully, but these errors were encountered: