Nepein Andrey
Results
2
comments of
Nepein Andrey
Getting this error when `axios` throws its AxiosError
@szarbartosz ``` react-native: 0.77.1 axios: 1.9.0 ``` To resolve this problem we wrote this wrapper ``` import axios, { type AxiosError, type AxiosResponse, type InternalAxiosRequestConfig } from 'axios'; export class...