Sebastien Hx.
Sebastien Hx.
Encountered same situation BUT : My opinion is that the `minPoints`purpose is different from the `clusterOnly` purpose where the `getClusters`method should only return clusters. The goal of the `minPoints` options...
Usualy the "invariant violation" issue can indicate that you didn't run "react-native link" correctly. Can you give it a try ?
thanks @girishkiran this should be a known issue of react native
any news on this Topic ? the branch was merged in 2018 and this issue isn't closed. i'm still having the issue on Android 29
@spaceod something like this ? ```typescript const supercluster = new Supercluster({ minPoints: 1, minZoom: 1, radius: 150, }).load(); ... supercluster .getClusters([-180, -85, 180, 85], zoomLevel) .filter((c) => c.properties.cluster === true);...
@jamesholcomb been searching for hours, and it did the trick ! thanks a lot !
any updates about the status of this PR ?
not sure about the debugger modifications, but DijkstraList is defintely missing from the ligma.config @ThePrimeagen
Iwould hope so