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
Line 227:21: The ref value 'pageContainer.current' will likely have changed by the time this effect cleanup function runs. If this ref points to a node rendered by React, copy 'pageContainer.current' to a variable inside the effect, and use that variable in the cleanup function react-hooks/exhaustive-deps
Line 238:6: React Hook useEffect has a missing dependency: 'checkRenderOnMount'. Either include it or remove the dependency array react-hooks/exhaustive-deps
Line 294:6: React Hook useEffect has missing dependencies: 'animationTimer', 'animationTimerBuffer', 'children', 'componentIndex', and 'componentsToRenderLength'. Either include them or remove the dependency array react-hooks/exhaustive-deps
Is it possible to fix it somehow?
Thank you very much
The text was updated successfully, but these errors were encountered:
Hello!
I got next message in ReactPageScroller Component
Line 227:21: The ref value 'pageContainer.current' will likely have changed by the time this effect cleanup function runs. If this ref points to a node rendered by React, copy 'pageContainer.current' to a variable inside the effect, and use that variable in the cleanup function react-hooks/exhaustive-deps
Line 238:6: React Hook useEffect has a missing dependency: 'checkRenderOnMount'. Either include it or remove the dependency array react-hooks/exhaustive-deps
Line 294:6: React Hook useEffect has missing dependencies: 'animationTimer', 'animationTimerBuffer', 'children', 'componentIndex', and 'componentsToRenderLength'. Either include them or remove the dependency array react-hooks/exhaustive-deps
Is it possible to fix it somehow?
Thank you very much
The text was updated successfully, but these errors were encountered: