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 check the props through console.log (props.isVisible)
and it only returns true when there is a scroll event. Also on the screen when reloading the website is always false
The text was updated successfully, but these errors were encountered:
I had a similar problem, what I did was to execute a scrolling for the <TrackVisibility> to work. If you are having the problem on the initial render you can do the following:
I check the props through console.log (props.isVisible)
and it only returns true when there is a scroll event. Also on the screen when reloading the website is always false
The text was updated successfully, but these errors were encountered: