Hung Minh

Results 5 comments of 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);...

@juancarlosqr Downgrade react 18.0.0 to 17.0.2 and it will work perfectly 🎉🎉🎉