What is the equivalent of ReactTooltip.rebuild()
from v4 to v5?
#892
Answered
by
gabrieljablonski
andrew-tacklit
asked this question in
Q&A
-
Hi, I'm trying to migrate from v4 to v5, however I couldn't find information regarding the May I know the equivalent of |
Beta Was this translation helpful? Give feedback.
Answered by
gabrieljablonski
Jan 5, 2023
Replies: 1 comment
-
Hi Andrew.
v5 was a complete redesign of the component, so In case you're facing any problems, feel free to open an issue. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
gabrieljablonski
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi Andrew.
ReactTooltip.rebuild()
existed as a workaround given some limitations the v4 design had.v5 was a complete redesign of the component, so
ReactTooltip.rebuild()
isn't needed anymore.In case you're facing any problems, feel free to open an issue.