({ onClick }: MapClickHandlerProps)
| 5 | } |
| 6 | |
| 7 | export function MapClickHandler({ onClick }: MapClickHandlerProps) { |
| 8 | useMapEvents({ |
| 9 | click: onClick, |
| 10 | }) |
| 11 | return null |
| 12 | } |
| 13 |
nothing calls this directly
no outgoing calls
no test coverage detected