This warning message is coming from the Vue runtime and it indicates that there is an error in the setup function of your component. The specific error is "TypeError: Cannot set properties of undefined (setting '__konvaNode')".\n\nThe error message suggests that you are trying to set the property '__konvaNode' on an undefined object. This property is related to the Konva library, which is a 2D drawing library for the web.\n\nTo fix this issue, you need to make sure that you are initializing the object properly before trying to set its properties. Check the code in your setup function and make sure that you are creating the '__konvaNode' object before trying to set its properties.\n\nIf you are not directly using the Konva library in your component, then the error might be coming from a dependency or a plugin that you are using. In that case, you should check the documentation or the source code of the library/plugin to understand how to properly initialize and use it.


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

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