-
Getting a Type error when using a min.glb file, TypeError: import object field 'a' is not an Object.
Was working around 10 days ago, attention was brought to it recently. The react component using the glb file is wrapped in a react Suspense. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
this is not a path string -> useGLTF(static/glb/geo.min.glb) but in any case, update drei, which now uses a versioned draco cdn service. googles draco compression cdn service went down, every project using draco suffered from it. |
Beta Was this translation helpful? Give feedback.
this is not a path string -> useGLTF(static/glb/geo.min.glb)
but in any case, update drei, which now uses a versioned draco cdn service. googles draco compression cdn service went down, every project using draco suffered from it.