You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Install @heroui/[email protected] and attempt to build the project → Build fails with UPDATE_ACTIVEDESCENDANT error.
This was due to upstream version issue which has been resolved in 2.7.5.
Update to @heroui/[email protected] and attempt installation → Installation fails due to missing @heroui/dropdown version.
I tried both global package & individual package and didn't encounter this issue. Can you please try again? If it still persists, please share a sandbox.
HeroUI Version
v2.7.4
Describe the bug
I'm experiencing issues with @heroui/react in different versions:
Issue in v2.7.4:
When building my project with @heroui/[email protected], I encounter the following error:
This seems to be related to @react-aria/utils and the missing UPDATE_ACTIVEDESCENDANT export.
Issue in v2.7.5:
When trying to update to @heroui/[email protected], I encounter the following installation error:
error: No version matching "2.3.16" found for specifier "@heroui/dropdown" (but package exists) error: script "reset" exited with code 1
This suggests a dependency resolution issue with @heroui/dropdown.
Environment:
Node.js version: 22
OS: iOS
Your Example Website or App
No response
Steps to Reproduce the Bug or Issue
Expected behavior
The package should build correctly in v2.7.4.
The package should install without dependency issues in v2.7.5.
Screenshots or Videos
No response
Operating System Version
OS
Browser
Chrome
The text was updated successfully, but these errors were encountered: