Francisco Aramburu
Results
1
comments of
Francisco Aramburu
I had the exact same error. I'll reproduce the error and then the solution: I was using a hook ``` javascript const [amount, setAmount] = useState(0) ``` and a function...