Unhandled error during execution of scheduler flush
Vue version
3.2.38
Link to minimal reproduction
Steps to reproduce
- npm install
- npm run dev:test
- open browser and console, login, username=admin, password=123456
- then click left menu, goto Documentation page, open the file: src/views/documentation/index.vue
- goto line 23, modify title value '基础篇1' to trigger hot reload
- the console error: Unhandled error during execution of scheduler flush
What is expected?
no error, can hot reload
What is actually happening?
the console error: Unhandled error during execution of scheduler flush
Uncaught (in promise) TypeError: parentComponent.ctx.deactivate is not a function
System Info
No response
Any additional comments?
No response