react-leaflet-markercluster icon indicating copy to clipboard operation
react-leaflet-markercluster copied to clipboard

React wrapper of the official Leaflet.markercluster for react-leaflet

Results 20 react-leaflet-markercluster issues
Sort by recently updated
recently updated
newest added

Thanks to @l4b4r4b4b4 's work . This is to fix the compatibility issue with leaflet v4 and React 18 . @yuzhva @CodeCutterUK @webcarrot

There are various warning triggered when linting. It would be a good idea to install husky post-install to avoid such issues in the future.

As documented here (https://github.com/PaulLeCam/react-leaflet/issues/897#issuecomment-1121179538) several people me included had difficulties making react-leaflet-markercluster work with newer versions of the ecosystem. I finally got it to work with above code and following...

I receive error that react-leaflet-markercluster is trying to use version 17 of react. leaflet v4 requires React 18.

Bumps [terser](https://github.com/terser/terser) from 4.6.10 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) v4.8.0 Support for numeric separators (million...

dependencies

I'm using `react-leaflet-markercluster` with with children markers and getting `TypeError: Cannot read property 'lat' of undefined` when I update the markers. From the `readme` it looks like this is not...

enhancement

Found big problem for us. When using this library observer memory leak. After couple minutes of working increased javascript memory usage. For 20-30 minutes in increased up to 6-7 times.

enhancement

Missing type definitions for TypeScript.

enhancement

Fix #163 Python 2 has reached EOL since the 1st of January 2020. It would be a good idea to upgrade node-sass to a more recent version.

enhancement

Hello there. I'm trying to do an activity where I click on a cluster and something happens. However, I am unable to trigger it on the cluster. Below an example...

enhancement