We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12e0843 commit 2e145eaCopy full SHA for 2e145ea
2 files changed
src/components/CoverText/Cover.tsx
@@ -24,6 +24,7 @@ export const Cover = ({ children }: { children?: React.ReactNode }) => {
24
);
25
setBeamPositions(positions);
26
}
27
+ // eslint-disable-next-line react-hooks/exhaustive-deps
28
}, [ref.current]);
29
30
return (
src/components/WavyBackground/WavyBackground.tsx
@@ -96,6 +96,7 @@ const WavyBackground = ({
96
return () => {
97
cancelAnimationFrame(animationId);
98
};
99
100
}, []);
101
102
const [isSafari, setIsSafari] = useState(false);
0 commit comments