Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AxiosRequestConfig missing progress property #405

Closed
rmirabelle opened this issue Aug 15, 2020 · 1 comment
Closed

AxiosRequestConfig missing progress property #405

rmirabelle opened this issue Aug 15, 2020 · 1 comment

Comments

@rmirabelle
Copy link

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 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)
@rchl
Copy link
Member

rchl commented Oct 15, 2020

This was added in #408

@pi0 pi0 closed this as completed Oct 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants