You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I try to pass an array of PointLights to your component I get the following error:
"PointLight is not defined".
The problem is that "PointLight" is not imported in the file model-mixin.vue.
Hi,
When I try to pass an array of PointLights to your component I get the following error:
"PointLight is not defined".
The problem is that "PointLight" is not imported in the file model-mixin.vue.
Thanks