ErrorOblect of type Comp found where a Humber Array or Property is needed
This error message suggests that there is an object of type "Comp" being used in a context where a number, array, or property is expected.
To resolve this error, you should review the code and check if there is any part where a number, array, or property is required. Then, ensure that the object being used in that context is of the correct type. If necessary, you may need to modify the object or convert it to the appropriate type before using it in that specific context.
原文地址: https://www.cveoy.top/t/topic/hSVd 著作权归作者所有。请勿转载和采集!