Jorge Luis Guardo Romero
Results
2
comments of
Jorge Luis Guardo Romero
i'm experiencing the same issue too but in enviroment mobile, some solution? in my case the bottomsheet don't open, in some times open, but 2th time don't work
i think that it's same bug, code demo: ``` const Mapa = ({ }) => { const [open, setOpen] = useState(false); let snapPoints = useMemo(() => ['5%', '60%'], []); //...