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
IDEs such as WebStorm correctly flag {progress: false} as an error
Additional comments?
The configuration is still respected (i.e. the progress bar does not show for the request). This indicates the problem is likely with the AxiosRequestConfig type definition, which is missing a progress property.
This bug report is available on Nuxt community (#c372)
The text was updated successfully, but these errors were encountered:
Version
v5.12.1
Reproduction link
https://jsfiddle.net/rmirabelle/atvg7yoe/4/
Steps to reproduce
Perform $axios request, passing config:
{progress: false}
What is expected ?
No IDE code inspection error
What is actually happening?
IDEs such as WebStorm correctly flag
{progress: false}
as an errorAdditional comments?
The configuration is still respected (i.e. the progress bar does not show for the request). This indicates the problem is likely with the
AxiosRequestConfig
type definition, which is missing aprogress
property.The text was updated successfully, but these errors were encountered: