Replies: 2 comments 3 replies
-
I downgraded
I use function Model() {
const { scene } = useGLTF('https://urlToFile.glb') // is this possible?
return <primitive object={scene} />
} |
Beta Was this translation helpful? Give feedback.
0 replies
-
v8 of If you want to use |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I followed the docs for NextJS and tried to add this plugin into an existing NextJS v12.1.2 app. TM module is active inside of next.config.js but I still receive following error while trying to load the app:
while trying to start my app. Is there anything else missing?
Beta Was this translation helpful? Give feedback.
All reactions