lisaogren / axios-cache-adapter

Caching adapter for axios. Store request results in a configurable store to prevent unneeded network requests.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Question: transformRequest with axios-cache-adapter

rchavik opened this issue · comments

I have a transformRequest configured for axios that convert date strings into Date/moment object.

When using axios-cache-adapter, the result is correctly cached but transformRequest seems to be ignored. Is there a way to combine these two together?

Seems there's an issue with my transform. Closing for now.