Skip to content

Commit

Permalink
ts ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
lassejaco committed Mar 27, 2024
1 parent 50aa1d2 commit 48acb9a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions devcon/src/pages/road-to-devcon.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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',
})
Expand Down

0 comments on commit 48acb9a

Please sign in to comment.