svrcekmichal / redux-axios-middleware

Redux middleware for fetching data with axios HTTP client
MIT License
922 stars 96 forks source link

[Interceptors] getSourceAction no longer working on Axios 0.19^ #105

Open huehuex opened 4 years ago

huehuex commented 4 years ago

The recent axios version introduced a new feature which filters custom filters in request configuration similar issue. This in turn will make getSourceAction(request.config) not possible anymore.