You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
VM223:1 ./node_modules/axios-retry/dist/esm/index.js 24:20
Module parse failed: Unexpected token (24:20)
File was processed with these loaders:
./node_modules/react-scripts/node_modules/babel-loader/lib/index.js
You may need an additional loader to handle the result of these loaders.
| }
| export function isSafeRequestError(error) {
if (!error.config?.method) {
| // Cannot determine if the request can be retried
| return false;
When I setup retry-axios . I receive that problem.
Please help me fixed this. Code bellow is that my setup
The text was updated successfully, but these errors were encountered:
You may try other version like : npm i [email protected] .
My project is about four years ago and its axios version is 0.17.1.
I check the version at https://www.npmjs.com/package/axios-retry?activeTab=versions , v3.1.8 is four years ago and worked.
You can try and find the right axios-retry version for your project.
VM223:1 ./node_modules/axios-retry/dist/esm/index.js 24:20
Module parse failed: Unexpected token (24:20)
File was processed with these loaders:
You may need an additional loader to handle the result of these loaders.
| }
| export function isSafeRequestError(error) {
When I setup retry-axios . I receive that problem.
Please help me fixed this. Code bellow is that my setup
The text was updated successfully, but these errors were encountered: