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
Hi, I'm creating a component that behaves differently based on which side the pointer entered the component. I would like to use the Hover container for this, but I need access to the underlying React event to implement the direction awareness. What do you think about exposing this event as an argument of the onChange function?
As a side note: I couldn't find any documentation about what arguments currently get passed the function (but it looks like the same value as hovered).
The text was updated successfully, but these errors were encountered:
Hi, I'm creating a component that behaves differently based on which side the pointer entered the component. I would like to use the
Hover
container for this, but I need access to the underlying React event to implement the direction awareness. What do you think about exposing this event as an argument of theonChange
function?As a side note: I couldn't find any documentation about what arguments currently get passed the function (but it looks like the same value as
hovered
).The text was updated successfully, but these errors were encountered: