Minsoo Kim
Minsoo Kim
How about this interface ? ```tsx const posts = useSuspenseQuery(postsQueryOptions(...)) // default // default ``` I think the `intersection` prop is too much of an abstraction. What you want to...
However, I think Intersection Observe should have more options. For example, [rootMargin](https://developer.mozilla.org/en-US/docs/Web/API/IntersectionObserver/rootMargin) [thresholds](https://developer.mozilla.org/en-US/docs/Web/API/IntersectionObserver/thresholds) I thought, "How do I set these options?"
```ts const posts = useSuspenseQuery({ ...otherOptions, observeRef: ref }) return