Leo 3 năm trước cách đây
mục cha
commit
d1dca75884
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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(() => {