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

React components for Leaflet maps

Results 81 react-leaflet issues
Sort by recently updated
recently updated
newest added

Please change your licence type as the Hypocratic licence keeps getting flaged in our IT audit

Hi there, I'm trying without success to add react-leaflet to my next js 13.4.9 app with app routing and I'm getting this error : ![image](https://github.com/PaulLeCam/react-leaflet/assets/69842489/27c81138-5cf6-4087-aa1d-8b3d06bae994) This is the component ![image](https://github.com/PaulLeCam/react-leaflet/assets/69842489/c14505be-469d-4961-b27b-26e847391e86)

## Bug report in v4 **Before** opening an issue, make sure to read the [contributing guide](https://github.com/PaulLeCam/react-leaflet/blob/master/CONTRIBUTING.md) and understand this is a bug tracker, not a support platform. Please make sure...

## Bug report in v4 Hi I am trying out the React Leaflet on StackBlitz using a React TypeScript project. The map loads partially. ### Expected behavior To show the...

## Bug report in v4 **Before** opening an issue, make sure to read the [contributing guide](https://github.com/PaulLeCam/react-leaflet/blob/master/CONTRIBUTING.md) and understand this is a bug tracker, not a support platform. Please make sure...

## Bug report in v4 Please make sure to check the following boxes before submitting an issue.\ **Issues opened without using this template will be closed unless they have a...

## Bug report in v4 - [X] All peer dependencies are installed: React, ReactDOM and Leaflet. - [X] Using the latest version of React and ReactDOM v18. - [X] Using...

``` ./node_modules/@react-leaflet/core/esm/path.js 10:39 Module parse failed: Unexpected token (10:39) You may need an appropriate loader to handle this file type. | useEffect(function updatePathOptions() { | if (props.pathOptions !== optionsRef.current) {...

Was running into this error quite frequently when using this library on a `Next` project where our maps were being loaded using `next/dynamic` to prevent SSR. Previous suggestions about adding...

## Bug report in v4 I am using react-leaflet with a number of overlapping tooltips. Tooltips should change size on mouseover the tooltip. The behavior should be similar to this...