hyman

Results 1 comments of hyman

I am facing the same problem. finally I just found that I made a mistake. **{}** => **[]** it's `const [currentId, setCurrentId] = useState(0);` not `const {currentId, setCurrentId} = useState(0);`