Hi! I have a problem that I don’t know how to solve and can’t find a solution on the internet
I have a Notification component that has 2 states: “Default and Hover”
In the hover state, it has 2 buttons - “Also Deliver to” and “Notification Enabled” (are one component with icon swap instances)
The button component has a tooltip that displays on hovering
The tooltip has a content property to change the tooltip label
img 1
So I need to make it so I can change the label of the tooltip depending on the button. It works in the edit window, as you can see I can change the tooltip label to “Also Deliver to”, but when I go to Preview mode, it shows the default tooltip text on hovering
[https://i.ibb.co/BNDTK27/SCR-20230605-onei.png](https://img 2)
How to solve this? Thanks!