google-maps-react
google-maps-react copied to clipboard
Marker onDragend undefined
I upgraded from 2.0.2 and now it looks like the Marker doesn't expose anymore such event. What's the latest way to listen to Marked drag events? Thanks!
I think based on this code, all event listeners still can be passed as props. However, the typescript definition doesn't include the complete props.
https://github.com/fullstackreact/google-maps-react/blob/5038ac47b22682b12adfe18443ec617b2309f3c6/src/components/Marker.js#L97-L104
Yeah, I'm using typescript.
so what is the solution if you're using typescript?