Reid Scott Campbell
Results
3
comments of
Reid Scott Campbell
I am also interested in an option to persist the bottom sheet. Id like an option for dragging to stop once it hits the last snap point
Yeah setting it to ` setOpen(true)} />` didn't work for me. I ended up doing ```ts useEffect(() => { if (isOpen) return; setTimeout(open, 200); }, [isOpen, open]); ```` Id like...
Experiencing this too but only in iOS Safari.`react-virtuoso` suffers from this issue too.