Skip to content

Commit

Permalink
delete; log (#74)
Browse files Browse the repository at this point in the history
  • Loading branch information
mnsinri authored Nov 10, 2024
1 parent 99aa6df commit bbac187
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/components/inViewContainer/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,6 @@ export const InViewContainer = <T,>({
const [renderDataIdx, setRenderDataIdx] = useState<number>(1);
const ref = useRef<HTMLDivElement>(null!);

useEffect(() => {
console.log("renderDataIdx", renderDataIdx);
}, [renderDataIdx]);

useEffect(() => {
const observer = new IntersectionObserver(([entry]) => {
if (!entry.isIntersecting) return;
Expand Down

0 comments on commit bbac187

Please sign in to comment.