lisaogren/axios-cache-adapter

Question: transformRequest with axios-cache-adapter

rchavik opened this issue · 1 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.