This error is occurring in the vue-konva.js file on line 453. It seems that the code is trying to set a property called __konvaNode on an undefined object.

To fix this issue, you need to make sure that the object on which you are trying to set the property is defined before setting the property. You can add a check to ensure that the object is not undefined before setting the property.

Here's an example of how you can modify the code to avoid this error:

if (object) {
  object.__konvaNode = konvaNode;
}

By checking if the object is defined before setting the __konvaNode property, you can avoid this error

vueruntimeesmjs3049 TypeError Cannot set properties of undefined setting __konvaNode at setup vue-konvajs4531 at invokeWithErrorHandling vueruntimeesmjs30171 at initSetup vueruntimeesmjs24401

原文地址: https://www.cveoy.top/t/topic/ixts 著作权归作者所有。请勿转载和采集!

免费AI点我,无需注册和登录