Skip to content

Commit

Permalink
non-optional onClick
Browse files Browse the repository at this point in the history
  • Loading branch information
havenbarnes committed Nov 8, 2024
1 parent 143642f commit 296c348
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion react/src/components/PostHogFeature.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ function VisibilityAndClickTracker({
flag: string
children: React.ReactNode
onIntersect: (entry: IntersectionObserverEntry) => void
onClick?: () => void
onClick: () => void
trackView: boolean
options?: IntersectionObserverInit
}): JSX.Element {
Expand Down

0 comments on commit 296c348

Please sign in to comment.