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

Updating axios in types to be lower case #2797

Merged
merged 2 commits into from Oct 27, 2020

Commits on Aug 30, 2020

  1. Updating axios in types to be lower case

    All examples use the lower case variable `axios`. However, when auto importing
    in a TypeScript based editor, the import was named `Axios`, because this is how
    it was defined in the typings.
    remcohaszing committed Aug 30, 2020
    Copy the full SHA
    b862130 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2020

  1. Copy the full SHA
    1eb3998 View commit details
    Browse the repository at this point in the history