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
Require lodash utils from specific packages in query.ts
On the other side I found that in some cases the API could failed and return an error code as part of the Axios response but not throwing at all that's why we should catch this type of errors and throw properly:
We must also provide a way to write headers or override Axios configuration as well as be able to obtain the raw axios response for debugging / post request processing support. A proposed interface could be like this
The build seems to be broken:
Apparently there are some lodash dependencies that are missing in the
package.json
@types/lodash
dependencyOn the other side I found that in some cases the API could failed and return an error code as part of the Axios response but not throwing at all that's why we should catch this type of errors and throw properly:
Here are some examples of API errors:
We must also provide a way to write headers or override Axios configuration as well as be able to obtain the raw axios response for debugging / post request processing support. A proposed interface could be like this
The text was updated successfully, but these errors were encountered: