Skip to content
This repository was archived by the owner on Nov 25, 2021. It is now read-only.

Commit 132399e

Browse files
committed
fix: make logTelemetryEvent optional in interface
1 parent 519b211 commit 132399e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/HoverOverlay.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ export interface HoverOverlayProps {
6868
/** Called when the close button is clicked */
6969
onCloseButtonClick?: (event: MouseEvent) => void
7070

71-
logTelemetryEvent: (event: string, data?: any) => void
71+
logTelemetryEvent?: (event: string, data?: any) => void
7272
}
7373

7474
/** Returns true if the input is successful jump URL result */

0 commit comments

Comments
 (0)