-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
Hi,
In a scrollview I want to listen to multiple set of intersections. Its working for two intersections but more than two is not working.
`
const onScroll = useCallback(
(event) => {
IntersectionObserver.emitEvent('YourOwnScope1');
IntersectionObserver.emitEvent('YourOwnScope2');
IntersectionObserver.emitEvent('YourOwnScope3');
IntersectionObserver.emitEvent('YourOwnScope4');
},
[],
);
`
Please help me with this.
Thank You.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels