Subscribe on changes!

Unhandled error during execution of scheduler flush.

avatar
Dec 9th 2022

You should change to this in Resizer.vue:

const props = defineProps({
  panel: {
-   type: Proxy,
+   type: Object,
    // required: true,
  },
})

For more information, see the doc.

avatar
Dec 15th 2022

thankyou