Type collisions on extendVariants(...) #4828
Unanswered
EtienneSchneiderPro
asked this question in
Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Since I migrated from NextUI to HeroUI and from React 18 to React 19, I've been having issues with refs. Indeed, in React 19, we no longer use forwardRef since we can now pass refs as parameters to our components. However, there seems to be a problem related to refs in my case. Do you have any ideas?
Additionally, I saw in your code this unit test proving that a solution exists:
Here the full example :
Beta Was this translation helpful? Give feedback.
All reactions