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', })