DEV Community

Discussion on: Three.js & @React-Three/Fiber : Basics and Loading 3D Models (GLTF)

Collapse
 
andriusmv profile image
Andres Moreno Vasquez

Can't load any 3d model (GLTF, OBJ or FBX) because "Error: ReactDOMServer does not yet support Suspense".

Look: github.com/pmndrs/react-three-fibe...

Has anyone encoutered the same issue? Thnkx

Collapse
 
zulkernien profile image
Zulker-Nien

You are using suspense around the wrong functions....use it in the parent component for instance, inside the canvas tag