Subscribe on changes!

Unhandled error during execution of scheduler flush. This is likely a Vue internals bug

avatar
Oct 15th 2020

Version

3.0.0

Reproduction link

https://github.com/startx88/vdev-connections

Steps to reproduce

  1. get data from server using axios.
  2. load data into component using composition api.
  3. pass response data into another component as props.
  4. extract keys from first item of array data.

What is expected?

create data table :

  1. want to get data from server.
  2. get all data from vuex to component using composition api.
  3. pass data to data-table component as data props Inthe data table component
    1. extract the keys of object from data.
    2. 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 ... >