Updated use-composed-ref to 1.4.0 and use-latest to 1.3.0
This PR updates use-composed-ref to 1.4.0 and use-latest to 1.3.0 to get support for React 19.
⚠️ No Changeset found
Latest commit: aaeaead3b102458fdc113d24f6fe20feeb4fc9a8
Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.
This PR includes no changesets
When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types
Click here to learn what changesets are, and how to add one.
Click here if you're a maintainer who wants to add a changeset to this PR
We downgraded to react 18 because of this. Please check this out @Andarist
Those ranges have literally nothing to do with your own projects 🤷♂️ releasing a new version of react-textarea-autosize with those could help you bust your lockfiles and force the upgrade but you can do that just fine on your own already. Just remove those packages from your lockfile and run install - a fresh insertion to the lockfile should pick up the latest version of those transitive dependencies.
Looks like a bug with yarn perhaps? It didnt update the lock file properly. We did as you suggested and everything is working fine right now. Thanks for your help!
I'd suggest you close this PR as it can be confusing for others.