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
We're using axios v0.21.2 on our client which is three years out of date. We should consider upgrading as axios has reached 1.0 a few years ago and should be more stable now.
Btw I discovered this when looking for http status code constants which are not yet available in our axios version. These are not a strictly necessary dependency but would support the readability of our API client code.
The text was updated successfully, but these errors were encountered:
We're using
axios
v0.21.2 on our client which is three years out of date. We should consider upgrading asaxios
has reached1.0
a few years ago and should be more stable now.Btw I discovered this when looking for http status code constants which are not yet available in our axios version. These are not a strictly necessary dependency but would support the readability of our API client code.
The text was updated successfully, but these errors were encountered: