Diego Balestri

Results 1 comments of Diego Balestri

The SRW documentation says to do this (but it doesn't work) `const { data: user } = useSWR(['/api/user', token], ([url, token]) => fetchWithToken(url, token))` While in reality in this way...