DEV Community

Discussion on: Creating a rudimentary pool table game using React, Three JS and react-three-fiber: Part 2

Collapse
 
follow_cy profile image
ᴄʏ

There is one actually. You might need to import your webgl scene with const WebglNoSSR = dynamic(() => import("../components/Scene"), {
ssr: false
});
depending on what you do with it.