@sentry/[email protected]
@sentry/node
raven-js
raven-node
_(raven for node)_5.27.2
After upgrading to React 17, I get that warning from yarn:
warning " > @sentry/[email protected]" has incorrect peer dependency "[email protected] || 16.x".
warning " > @sentry/[email protected]" has incorrect peer dependency "[email protected] || 16.x".
Same thing here. :+1:
According to https://reactjs.org/blog/2020/10/20/react-v17.html#no-new-features there should be nothing that stops us from just adding 17.x
to the list I guess?
@kamilogorek that should be the case, yes. I'm using 5.27.2
with React 17 in some projects without issues, although I'm not using _all_ the exposed features of the package so there might be some edge cases I haven't run into.
Most helpful comment
According to https://reactjs.org/blog/2020/10/20/react-v17.html#no-new-features there should be nothing that stops us from just adding
17.x
to the list I guess?