How can I use heroui and react-aria-components in the same project? #4791
Unanswered
Farley-Chen
asked this question in
Q&A
Replies: 2 comments
-
Here is the output when I run the
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Here is the discussion I post to react-aria team. Maybe we can use range dependencies in heroui or is there any problem in using range dependencies? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
My project use both
heroui
andreact-aria-components
.It seems that
heroui
depend on@react-aria/button 3.11.0
andreact-aria-components
depend on@react-aria/button 3.11.1
Here is a issue about different version of dependencies here
So I got
PressResponder.mjs:33 A PressResponder was rendered without a pressable child.
How can I solve it?
I'm newly in frontend, and I try override in
npm
likeBut it not work, it seems here are too many duplication dependencies.
Beta Was this translation helpful? Give feedback.
All reactions