JHerasP
Results
1
comments of
JHerasP
> Thank you for the detailed description, it makes the debugging easier and faster. > > Replacing the following line `setCounter(counter + 1);` By `setCounter(prev => prev + 1);` >...