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
The use case is the need to know which side of the screen the component is going off of. If TrackVisibility is already keeping track of a ref and rect, can one or both of these be passed back to the child render function along with isVisible?
These are pretty versatile bits of information, I'm sure there are other use cases too.
Additionally, the data might need to be passed to any relevant callbacks like onVisible (#39).
The text was updated successfully, but these errors were encountered:
The use case is the need to know which side of the screen the component is going off of. If
TrackVisibility
is already keeping track of a ref and rect, can one or both of these be passed back to the child render function along withisVisible
?These are pretty versatile bits of information, I'm sure there are other use cases too.
Additionally, the data might need to be passed to any relevant callbacks like
onVisible
(#39).The text was updated successfully, but these errors were encountered: