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
when interacting with the canvas , sometimes the button hydration error comes
The problem is that the TooltipTrigger is rendering a button element, and then the Button component inside it is also rendering another button, which is not allowed in HTML.