Skip to content

Commit

Permalink
fix: add missing dependency to sniny-card component
Browse files Browse the repository at this point in the history
  • Loading branch information
unrenamed committed Nov 15, 2024
1 parent c6408fc commit 49a860c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/www/components/shiny-card.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export const ShinyCardGroup: React.FC<ShinyCardGroupProps> = ({
});
}
}
}, [mousePosition.x, mousePosition.y]);
}, [boxes, mousePosition.x, mousePosition.y]);

useEffect(() => {
onMouseMove();
Expand Down

0 comments on commit 49a860c

Please sign in to comment.