-
I tried to make a wrapper component for a badge, but when doing so my tooltip around the badge stopped working. Works:
Fails (no tooltip shown on hover):
It feels like there must be something obvious that I'm missing? |
Beta Was this translation helpful? Give feedback.
Answered by
steabert
Jan 18, 2023
Replies: 1 comment 1 reply
-
I got some help and it seems one needs to forward all (other) props as well to make it work:
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
layershifter
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I got some help and it seems one needs to forward all (other) props as well to make it work: