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
onEnter and onLeave are triggered when the component enters and leaves the viewport when the parent div is scrolled horizontally, when prop horizontal is given.
Current Behavior
onEnter and onLeave correctly inform if the component is in view, but they are only triggered when the page is scrolled vertically.
Expected Behavior
onEnter and onLeave are triggered when the component enters and leaves the viewport when the parent div is scrolled horizontally, when prop horizontal is given.
Current Behavior
onEnter and onLeave correctly inform if the component is in view, but they are only triggered when the page is scrolled vertically.
Steps to Reproduce
Component
Handlers
React: 17.0.2
react-waypoint: 9.0.3
The text was updated successfully, but these errors were encountered: