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
I made an axios custom instance and the progress bar doesn't disappear when the request ends. Looking at the source code, you are not handling custom instance, just the normal axios instance.
The text was updated successfully, but these errors were encountered:
I am getting error in a react typescript project
my packages are
"axios": "^0.19.0",
"axios-progress-bar": "^1.2.0",
ERROR in /Users/jasmine/jas/work/node_modules/axios-progress-bar/dist/index.js
Module not found: Error: Can't resolve 'axios' in '/Users/jasmine/jas/work/node_modules/axios-progress-bar/dist'
I made an axios custom instance and the progress bar doesn't disappear when the request ends. Looking at the source code, you are not handling custom instance, just the normal
axios
instance.The text was updated successfully, but these errors were encountered: