infinitered / apisauce

Axios + standardized errors + request/response transforms.
MIT License
2.78k stars 184 forks source link

addAsyncRequestTransform not tiggering in iOS #308

Open stesvis opened 1 year ago

stesvis commented 1 year ago

Hello, any reason why api.addAsyncRequestTransform(...) is not being triggered at all in iOS?

I tested it with a console.log in Android (it works on every request) and iOS (never being called).

I am using "apisauce": "^2.1.6", thanks!