arrow_backBACK TO DRILLS
Blue Beltuseeffect
Dependency array behavior
What does this dependency array mean?
REACT_MODULE // 0x42
useEffect(() => { connect(roomId); }, [roomId]);What does this dependency array mean?
useEffect(() => { connect(roomId); }, [roomId]);