9.1.0 (2022-04-25)
Features
- support onChange on useInView (ba8d059)
const { ref } = useInView({
onChange: (inView) => {
if (inView) {
dataLayer.push('Section shown'); // Here's a GTM dataLayer push
}
},
});Don't miss a new react-intersection-observer release
NewReleases is sending notifications on new releases.