Leandro S Lopes

Results 1 comments of Leandro S Lopes

Well guys I solved this problem by doing like this: // in service const { data, error, isLoading } = useSWRImmutable(URL, getLocations); return { ranking: data, isLoading, error } //...