[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
Vue version
3.2.47
Link to minimal reproduction
无法用例子看描述
Steps to reproduce
webpack模块联邦导出子应用文件,在另一个项目使用子应用暴露的文件,在需要在路由位置显示,但是报错了,让我来这里提issue
What is expected?
在路由位置正常显示页面组件
What is actually happening?
runtime-core.esm-bundler.js:40 [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
vue-router.mjs:35 [Vue Router warn]: uncaught error during route navigation: warn @ vue-router.mjs:35 triggerError @ vue-router.mjs:3449 (匿名) @ vue-router.mjs:3487 Promise.catch(异步) handleScroll @ vue-router.mjs:3487 finalizeNavigation @ vue-router.mjs:3335 (匿名) @ vue-router.mjs:3207 Promise.then(异步) pushWithRedirect @ vue-router.mjs:3174 push @ vue-router.mjs:3099 navigate @ vue-router.mjs:2189 callWithErrorHandling @ runtime-core.esm-bundler.js:173 callWithAsyncErrorHandling @ runtime-core.esm-bundler.js:182 invoker @ runtime-dom.esm-bundler.js:345
vue-router.mjs:3451 TypeError: Cannot read properties of null (reading 'parentNode') at parentNode (runtime-dom.esm-bundler.js:35:1) at ReactiveEffect.componentUpdateFn [as fn] (runtime-core.esm-bundler.js:5731:1) at ReactiveEffect.run (reactivity.esm-bundler.js:190:1) at instance.update (runtime-core.esm-bundler.js:5763:1) at callWithErrorHandling (runtime-core.esm-bundler.js:173:1) at flushJobs (runtime-core.esm-bundler.js:406:1)
System Info
No response
Any additional comments?
No response