AxiosError axios
✓ Verified
AxiosError.message property is no longer enumerable
JavaScript 2 people found this helpful
Environment
- Library Version
- v1.13.3 (fixed in latest)
- Language
- JavaScript
- Framework
- None
- Operating System
- Windows, Linux, macOS
Solutions
Method 1
升级 axios 到最新版本以修复该破坏性变更
npm install axios@latest
Alternatives
- 降级到 v1.13.2 版本