diff --git a/components/animation/snow.js b/components/animation/snow.js index a2cf4b0d..49a7a3fe 100644 --- a/components/animation/snow.js +++ b/components/animation/snow.js @@ -21,7 +21,7 @@ export const SnowProvider = ({ children }) => { } setStartIndex(i % MAX_FLAKES) setFlakes(newFlakes) - }, [setFlakes, startIndex]) + }, [flakes, startIndex]) return (