Hung Minh
Hung Minh
Same, It's send duplicate data whenever I refresh f5 my page
I just created a useLoading hook to make the request but it seems to be quite inconvenient 🙄 ```js const useLoading = () => { const [loading, setLoading] = useState(false);...
@green-mint Did you fix it yet? 😄
@riddle-tran it works perfectly, thanks a lot
@juancarlosqr Downgrade react 18.0.0 to 17.0.2 and it will work perfectly 🎉🎉🎉