softonic / axios-retry

Axios plugin that intercepts failed requests and retries them whenever possible
Other
1.9k stars 167 forks source link

bugfix: Cannot read property 'axios-retry' of undefined #113

Closed xhywxtt closed 2 years ago

xhywxtt commented 4 years ago

As a user of axios-retry, our site fequently report the error of "Cannot read property 'axios-retry' of undefined". After checking, I found it may happen in axios.interceptors.request.use() --> getCurrentState --> config[namespace]

xhywxtt commented 4 years ago

please help to review and merge, thank you! @mawrkus @bvis @yns01

mawrkus commented 4 years ago

May I ask you to write a failing unit test before fixing the issue, thanks!

mindhells commented 2 years ago

I'm closing this due to the lack of response from the original author