Leo 3 tahun lalu
induk
melakukan
d1dca75884
1 mengubah file dengan 1 tambahan dan 0 penghapusan
  1. 1 0
      components/VirtualScroll/index.tsx

+ 1 - 0
components/VirtualScroll/index.tsx

@@ -57,6 +57,7 @@ export default function VirtualScroll(props: VirtualScrollProps) {
     } else {
       setWrapElement(null);
     }
+    // eslint-disable-next-line react-hooks/exhaustive-deps
   }, []);
 
   useEffect(() => {