Unhandled error during execution of scheduler flush. This is likely a Vue internals bug
Version
3.0.0
Reproduction link
https://github.com/startx88/vdev-connections
Steps to reproduce
- get data from server using axios.
- load data into component using composition api.
- pass response data into another component as props.
- extract keys from first item of array data.
What is expected?
create data table :
- want to get data from server.
- get all data from vuex to component using composition api.
- pass data to data-table component as data props
Inthe data table component
- extract the keys of object from data.
- hide the desired column as passing hideColumns props with array value.
What is actually happening?
runtime-core.esm-bundler.js?5c40:38 [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 <DataTable key=1 data= [] item-per-page=10 ... >