We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
While upgrading a project with [email protected] to React 19, I received the following warning from pnpm:
[email protected]
WARN Issues with peer dependencies found . └─┬ react-aria-components 1.5.0 └─┬ @react-aria/collections 3.0.0-alpha.6 └─┬ use-sync-external-store 1.2.2 └── ✕ unmet peer react@"^16.8.0 || ^17.0.0 || ^18.0.0": found 19.0.0
No peer dependency warnings with React 19, since react-aria-components accepts v19 in its peer dependency list.
react-aria-components
Peer dependency warning when using React 19 with react-aria-components.
Updating the use-sync-external-store version to 1.4.0 in
use-sync-external-store
react-spectrum/packages/@react-aria/collections/package.json
Line 29 in e7053dd
No response
pnpm install
react-aria-components 1.5.0
Other
Package manager
macOS 15.1.1
The text was updated successfully, but these errors were encountered:
Thanks for filing this, I've added it to our internal React 19 epic!
Sorry, something went wrong.
No branches or pull requests
Provide a general summary of the issue here
While upgrading a project with
[email protected]
to React 19, I received the following warning from pnpm:🤔 Expected Behavior?
No peer dependency warnings with React 19, since
react-aria-components
accepts v19 in its peer dependency list.😯 Current Behavior
Peer dependency warning when using React 19 with
react-aria-components
.💁 Possible Solution
Updating the
use-sync-external-store
version to 1.4.0 inreact-spectrum/packages/@react-aria/collections/package.json
Line 29 in e7053dd
🔦 Context
No response
🖥️ Steps to Reproduce
pnpm install
Version
react-aria-components 1.5.0
What browsers are you seeing the problem on?
Other
If other, please specify.
Package manager
What operating system are you using?
macOS 15.1.1
🧢 Your Company/Team
No response
🕷 Tracking Issue
No response
The text was updated successfully, but these errors were encountered: