Closed bennycode closed 2 years ago
I logged axiosError.config['axios-retry'] in my code and noticed that there is a retryCount which tells me how often my request failed already.
axiosError.config['axios-retry']
retryCount
retryCount is not part of the config but the currentState 🤔 am I missing something?
I logged
axiosError.config['axios-retry']
in my code and noticed that there is aretryCount
which tells me how often my request failed already.