Bohdan Skrypnyk
Results
2
comments of
Bohdan Skrypnyk
Hello! You can try to render globe with dynamic import like this: `const GlobeComponent = dynamic(() => import("@/components/Globe"), { ssr: false })` and make sure you have "three": "^0.140.0", dependency.
> Any update on this? Still having the issue. Just use any of lazy loading modes with React or dynamic import with Next.js. The reason you getting undefined error, that...