Replies: 1 comment 3 replies
-
if you use the latest jsx transform importing react is not needed. with the old you need to import react when you use jsx: import React from 'react' if it isn't that something else in the build system must be wrong. |
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.
-
./pages/index.tsx
./components/Earth.tsx
Deleting
node_modules
and installing again (or upgrading dependencies) does not resolve the issue.The model do exist under
./public/earth.fbx
.Reproduction repo: https://github.com/sinnrrr/backpack
Beta Was this translation helpful? Give feedback.
All reactions