JustFly1984 / react-google-maps-api

React Google Maps API
MIT License
1.78k stars 437 forks source link

Fix onDragEnd useEffect dependency #3122

Closed applepenguin closed 1 year ago

applepenguin commented 1 year ago

PR reason

map listenner is not updated because onDblClick is specified in the dependency of onDragEnd.

changes

Fixed onDragEnd's useEffect dependency to specify onDragEnd