Revert "chore: ignore type error for now"

This reverts commit 051ac49831.
This commit is contained in:
Stephen Zhou 2025-06-09 23:37:53 +08:00
parent 051ac49831
commit f0cdcaaac0
No known key found for this signature in database
1 changed files with 0 additions and 1 deletions

View File

@ -7,7 +7,6 @@ import { useInView } from "react-intersection-observer"
type ImpressionProps<T extends AllTrackers> = {
event: T
onTrack?: () => any
// @ts-expect-error FIXME
properties?: Parameters<TrackerPoints[T]>
children: React.ReactNode
}