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
I find it odd that Button has onMouseEnter but doesn't have onMouseLeave prop.
I think these two should exist together as sometimes a user/developer can, for example, decide to show a tooltip or animate some part of the UI, or have any number of other mouse enter/leave functionalities.
The text was updated successfully, but these errors were encountered:
I find it odd that
Button
hasonMouseEnter
but doesn't haveonMouseLeave
prop.I think these two should exist together as sometimes a user/developer can, for example, decide to show a tooltip or animate some part of the UI, or have any number of other mouse enter/leave functionalities.
The text was updated successfully, but these errors were encountered: