FredChauviere
FredChauviere
> @edoplaza Please stop using this package... It's not maintained anymore and has so many comical design decisions that it's not even funny. > > There are better, maintained, and...
Hi Thief, thank you for your analysis. What do you mean by "pin 0.19.0"? I've got the 0.19.0 declared in my package.json, but it seems that when I do a...
You're right I got `"^0.19.0"`? Thanks to you, I discover the difference between the two. I understand now what you mean by "pin". Learning new things everyday! For other noobs...
I'm currently using the last released version of [react-leaflet](https://github.com/PaulLeCam/react-leaflet) (3.2.1) with the last released version of [react-leaflet-draw](https://github.com/alex3165/react-leaflet-draw) (0.19.8) and I've got no problem at all, so it seems that the...
Unfortunately, in the meantime, I had to rollback to `[email protected]` for performance reason, so I'm really not up to date on the react-leaflet packages anymore... I'll keep you updated if...
I start to port the original code to react-leaflet 3.0 and it work 90%, but for an unknown reason (I'm not familiar enough with React Hooks yet), the _active_ state...
Oh my god, you are right. I really need to invest more time learning React Hooks : I learned React through Class Components and the switch to Function Component is...
I'm on a roll, I fixed the Tooltip and Popup code: (Thanks to @KoduIsGreat again) ``` import { useEffect, useRef } from 'react'; import { createTileLayerComponent, updateGridLayer } from '@react-leaflet/core';...