From 7c4d41106698ded1df53cb09ff782df1eb38c2e2 Mon Sep 17 00:00:00 2001 From: Bart van der Braak Date: Thu, 8 Jun 2023 00:46:10 +0200 Subject: [PATCH] refactor: Disable `exhaustive-deps` ESLint rule --- components/landing/particles.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/components/landing/particles.tsx b/components/landing/particles.tsx index cb38c7c..c18c3a6 100644 --- a/components/landing/particles.tsx +++ b/components/landing/particles.tsx @@ -1,3 +1,4 @@ +/* eslint-disable react-hooks/exhaustive-deps */ "use client"; import React, { useRef, useEffect } from "react";