Chad

Results 5 comments of Chad

+1 for simple function to empty calls for a given mocked function

Some of our code that demonstrates usage. ``` {/* this visible array has the good values in it, so its not this. */} {visible.map(v => ( ```

> I have faced what I think is a variation of the same issue, from what I understood, from the behaviour and looking at [the code](https://github.com/yuzhva/react-leaflet-markercluster/blob/master/src/react-leaflet-markercluster.js), it seems once the...