-
Notifications
You must be signed in to change notification settings - Fork 209
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Triggers infinitely when placed in an array #366
Comments
I just found a workaround, I just had to define Wapypoint in the
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
Waypoint is already used on my project, I tried to implement it inside a table (with Material UI). The onEnter action then fires infinitely.
But if I remove the scroll from the table, and leave the browser's default scroll and place the Waypoint tag outside the table, the bug no longer occurs and everything works normally.
I wonder if it's due to react-waypoint or material-ui
Here is my code below, there are probably unnecessary rendering conditions, since I tested several things before realizing where the bug came from
The text was updated successfully, but these errors were encountered: