this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Adjust rootMargin

+1 -1
+1 -1
src/components/timeline.jsx
··· 453 453 (showMore ? ( 454 454 <InView 455 455 root={scrollableRef.current} 456 - rootMargin={Math.max(screen.width, screen.height) + 'px'} 456 + rootMargin={`0px 0px ${screen.height * 1.5}px 0px`} 457 457 onChange={(inView) => { 458 458 if (inView) { 459 459 loadItems();