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
Hi, I use Vite as my build tool, which is what three.js doc recommended. When running "npx vite" with fairygui, I get an error
caught TypeError: Cannot read properties of undefined (reading 'Vector3')
at Stage.js:105:19
at fairygui.js:4:31
at fairygui.js:5:2
(anonymous) @ Stage.js:105
(ano
Hi, I use Vite as my build tool, which is what three.js doc recommended. When running "npx vite" with fairygui, I get an error
I tried vite with your other example https://github.com/fairygui/FairyGUI-threejs-example, it has more errors
It seems that vite does not support non strict mode
https://vitejs.dev/guide/troubleshooting.html#syntax-error-type-error-happens
How can I get it to run with vite?
The text was updated successfully, but these errors were encountered: