Unhandled error during execution of scheduler flush.
Version
3.0.2
Reproduction link
https://github.com/mpricu/vue3test
Steps to reproduce
Clone the github repo and and access the router-link About
What is expected?
no errors / Global properties should be accessible inside the setup() function :
What is actually happening?
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 <Sidebar onVnodeUnmounted=fn
Global properties is not accessible inside the setup() function :
Uncaught (in promise) TypeError: Cannot read property 'emitter' of undefined at setup
ok. And how I can access the global properties inside the setup()?