I have a button and was testing press interactions plus manipulating a variable but when I press on the button and release, the pressed state of the button remains. Is anyone else having this issue?
Setup:
- Button component has a variant interaction set to change to the pressed state “While pressing”
- Adding an “On click” interaction to set a
width
variable to add 5 breaks the variant interaction