'SVG' cannot be used as a JSX component. #186
-
Beta Was this translation helpful? Give feedback.
Answered by
Themodem
Apr 30, 2022
Replies: 1 comment 7 replies
-
- "@types/react": "^17.0.0",
+ "@types/react": "^18.0.8", In my case bumping |
Beta Was this translation helpful? Give feedback.
7 replies
Answer selected by
gilbarbara
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In my case bumping
@types/react
to^18.0
was enough to resolve this issue