Unhandled error during execution of scheduler flush.
Vue version
3.2.0 and 3.2.4
Link to minimal reproduction
Steps to reproduce
- download the code
- run the code locally
- see the output in console
What is expected?
run normally
What is actually happening?
report err
Any additional comments?
actually, the code is for ask how to get the ref of the parent component in the slot of child compoment in discord,but when i run this demo code locally,it went wrong. in the code, my target is to get the navigationRef of App.vue in Resizer.vue
You should change to this in Resizer.vue:
const props = defineProps({
panel: {
- type: Proxy,
+ type: Object,
// required: true,
},
})
For more information, see the doc.