How to handle network errors when using React + supabase + useForm?
I’m trying to submit a form to an instance of supabase that i know is offline so i can test handle network errors and show a message to the user.
I’m trying to submit a form to an instance of supabase that i know is offline so i can test handle network errors and show a message to the user.