You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In situations where you have nested Tooltip whose isVisible is false, while the parent's is true. The nested context consumer will get tooltipDuplicate true. A fix for this problem is to also wrap the original children in Context.
Hi! 👋
Firstly, thanks for your work on this project! 🙂
In situations where you have nested Tooltip whose isVisible is false, while the parent's is true. The nested context consumer will get tooltipDuplicate true. A fix for this problem is to also wrap the original children in Context.
Here is the diff that solved my problem:
The text was updated successfully, but these errors were encountered: