Lazaro Souza
Results
1
issues of
Lazaro Souza
Here on [Error Retry section ](https://swr.vercel.app/docs/error-handling#error-retry) the `error.status` don't work if you are using Axios. My solution ## Fetcher with Axios ``` const fetcher = async (url) => { const...