Replies: 2 comments
-
Are you using custom binary? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Try importing React as React from 'react' |
Beta Was this translation helpful? Give feedback.
0 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.
-
The error
React is not defined
occurs because SWC renames theimport React from 'react'
toimport React1 from 'react'
. How can I fix this?input:
expected:
got:
Beta Was this translation helpful? Give feedback.
All reactions