MCPcopy Create free account
hub / github.com/codealong-dev/ride-sharing / MapClickHandler

Function MapClickHandler

web/src/components/MapClickHandler.ts:7–12  ·  view source on GitHub ↗
({ onClick }: MapClickHandlerProps)

Source from the content-addressed store, hash-verified

5}
6
7export function MapClickHandler({ onClick }: MapClickHandlerProps) {
8 useMapEvents({
9 click: onClick,
10 })
11 return null
12}
13

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected