I make an api call to supabase and load data into a custom state (list)
everything works ok BUT when i add a new record to supabase ( working ok too) the RG wont refresh!
If i click the "Leer todo " Button it wont GET data from supabase. But if i refresh the main page it will!
I dont know why API works only first time after loading page and not aftwerwards. Please help me.
Adding new record (row) on supabase working. cant read response yet though. So i know Supabase is not the problem (does it?)
This is my api call to supabase: