Is there a way to override the global error interceptor in react when catching an error from an axios.get call? Actually, I do not want some errors to be handled by the interceptor.
Is there a way to override the global error interceptor in react when catching an error from an axios.get call? Actually, I do not want some errors to be handled by the interceptor.