Revert "chore: ignore type error for now"
This reverts commit 051ac49831.
This commit is contained in:
parent
051ac49831
commit
f0cdcaaac0
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue