w8r / leaflet-area-select

Control to just select an area and provide bbox for it
https://w8r.github.io/leaflet-area-select/
MIT License
35 stars 16 forks source link

not working in react 18.2.0 #29

Open sm-khosravi opened 2 years ago

sm-khosravi commented 2 years ago

when i draw on map i got this error: Unhandled Runtime Error TypeError: Cannot use 'in' operator to search for '_leaflet_id' in

i use this versions of react and react-leaflet: "leaflet": "^1.8.0", "leaflet-selectareafeature": "^0.1.4" "react": "18.2.0" "react-dom": "18.2.0" "react-leaflet": "^4.0.1"

w8r commented 1 month ago

Can you create a playground with this bug on codesandbox or stackblitz, please?