From 48acb9a827f5ca54db219f0a3a595858b06f388f Mon Sep 17 00:00:00 2001 From: lassejaco Date: Wed, 27 Mar 2024 16:00:04 +0100 Subject: [PATCH] ts ignore --- devcon/src/pages/road-to-devcon.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/devcon/src/pages/road-to-devcon.tsx b/devcon/src/pages/road-to-devcon.tsx index 5b1c53831..ef6c642eb 100644 --- a/devcon/src/pages/road-to-devcon.tsx +++ b/devcon/src/pages/road-to-devcon.tsx @@ -681,6 +681,7 @@ const SlideControls = ({ sectionRefs, controlsRef, goToSection }: any) => { const [showDragIndicator, setShowDragIndicator] = React.useState(true) const sections = sectionRefs.map((ref: any) => { + // @ts-ignore return useIntersectionRatio(ref, { root: 'intersection-root', })