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
Will create an IntersectionObserver instance per component.
Added option to modify IntersectionObserver parameters.
IntersectionObserver options can be passed via the prop whenVisible.
Add option to override wrapper element when using noWrapper. noWrapper prop now also accepts a string to use as the wrapper element. This can be used when the child element is not a div.