Skip to main content
๐Ÿ› Bug HuntRX React Hardโšก+35 XP

Infinite Loop

This component re-renders infinitely.

๐Ÿ› Find the bug
1useEffect(() => {
2 setData(fetchData());
3});
๐Ÿ› The bug is on line 2

๐Ÿ”ง Select the correct fix: