uf0
uf0
Can't reproduce on MacOS 10.15.7 Needs deeper investigation
Hi, that's something we want to add but we don't have a roadmap yet. We will keep you posted
Current workaround ``` const mapRef = useRef() useEffect(() => { const map = mapRef.current.getMap() map.once('load', () => { map.fitBounds(bounds, { padding: 100 }) }) }, []) ``` ``` ```
Maybe it's more related to how the app manage the update