Issue working with sentry/react 8.x for react js Project #12658
Unanswered
mohalisalem
asked this question in
Q&A
Replies: 1 comment
-
This is being investigated in #12608 - could you share a reproduction in that gh issue? |
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.
-
Hello,
I am working on a react js project that uses reactJS 16.14, when I tried to use sentry 8.x I faced an issue not finding react/jsx-runtime,
when fixed the version in package json file to "@sentry/react": "8.0.0", instead of ( "@sentry/react": "^8.0.0"),
the problem solved,
can anyone faced this issue before, and is this a good solution, and the reason behind it,
thank you
Beta Was this translation helpful? Give feedback.
All reactions