Leo 3 lat temu
rodzic
commit
d1dca75884
1 zmienionych plików z 1 dodań i 0 usunięć
  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(() => {