Replies: 1 comment 1 reply
-
This is an issue with |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
We are migrating to React v18 and we are seeing invalid nested dependencies in the

react-select
dependency tree when runningnpm ls react
.We have a work around by using "overrides" in our
package.json
, forcing the invalid packages to use React v18, but it would be great if this was resolved so we didn't have to do that.Beta Was this translation helpful? Give feedback.
All reactions