chore: add no unused vars lint rule
This commit is contained in:
@@ -25,7 +25,7 @@ export default function Marker({
|
||||
properties,
|
||||
onMarkerClick,
|
||||
}: MarkerProps) {
|
||||
const [markerRef, marker] = useAdvancedMarkerRef()
|
||||
const [markerRef] = useAdvancedMarkerRef()
|
||||
const handleClick = useCallback(() => {
|
||||
if (onMarkerClick) {
|
||||
onMarkerClick(position, properties)
|
||||
|
||||
Reference in New Issue
Block a user