···2828}
2929export type ListRef = React.MutableRefObject<any | null> // TODO: Better types.
30303131-const ON_ITEM_SEEN_WAIT_DURATION = 1.5e3 // when we consider post to be "seen"
3131+const ON_ITEM_SEEN_WAIT_DURATION = 0.5e3 // when we consider post to be "seen"
3232const ON_ITEM_SEEN_INTERSECTION_OPTS = {
3333 rootMargin: '-200px 0px -200px 0px',
3434} // post must be 200px visible to be "seen"