Reactjs – Supabase SDK doesn't make any API calls
I was working on React.js with Supabase SDK. It was working fine, but I realized that it was not working sometimes. Actually it didn't many any requests when I checked Network tab on browser. console.log("hello"); const { data, error }…