The components in router-view doesn't show up
Version
3.1.4
Reproduction link
https://github.com/fahmiduldul/tvs_frontend/tree/7855ad4c367ea5a6830eae00612458e0e0cca4c5
Steps to reproduce
npm run serve
click Dashboard
and other components in router-view disappear
i got this error after adding PollAndStat
component to Dashboard
views
What is expected?
the component shows in router-view
What is actually happening?
no component in router-view showed
I got this error message
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
Uncaught (in promise) TypeError: Cannot read property 'parentNode' of null at parentNode (runtime-dom.esm-bundler.js?830f:34) at componentEffect (runtime-core.esm-bundler.js?5c40:5295) at reactiveEffect (reactivity.esm-bundler.js?a1e9:42) at callWithErrorHandling (runtime-core.esm-bundler.js?5c40:155) at flushJobs (runtime-core.esm-bundler.js?5c40:387)
Hi, thanks for your interest but Github issues are for bug reports and feature requests only. You can ask questions on the forum, the Discord server or StackOverflow.