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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
My project use both
herouiandreact-aria-components.It seems that
herouidepend on@react-aria/button 3.11.0andreact-aria-componentsdepend on@react-aria/button 3.11.1Here 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
npmlikeBut it not work, it seems here are too many duplication dependencies.
Beta Was this translation helpful? Give feedback.
All reactions