๐ Bug HuntRX React Mediumโก+20 XP
Stale Closure
The counter always shows 1, not the incremented value.
๐ Find the bug
1
const [n, setN] = useState(0);2
const inc = () => setN(n + 1);๐ The bug is on line 2