LiveBy / react-leaflet-control

Dumb React component for creating Controls
ISC License
88 stars 24 forks source link

Fixes #21 #23

Closed fsmaia closed 6 years ago

fsmaia commented 6 years ago

This PR closes #21 by adding suggested snippet to proper clean unmounting.

Without this fix, a new empty control is generated in every rerendering.

kevinhughes27 commented 6 years ago

I am running into this as well. Can we merge this?

jgimbel commented 6 years ago

v2.0.0 is out now. We now rely on react-leaflet's MapControl to unmount for us.