-
-
Notifications
You must be signed in to change notification settings - Fork 11.2k
Closed
Description
Describe the bug
The new version of axios (v1.1.0) is throwing an error for axios.get: TypeError: axios.get is not a function.
Note: This issue was not present in v1.0.0
To Reproduce
Include axio v1.1.0 via a <script> tag, and then reference it directly via axios.get()
<script src="https://unpkg.com/axios@1.1.0/dist/axios.min.js"></script>
<script>
axios.get(...)
</script>Expected behavior
axios.get should be a valid function.
Environment
- Axios Version 1.1.0
andaryjo, pablo-the-dev, bnewman200, CarlLindqvist, DevMukhtarr and 72 moreolarende-fortum, dromzeh, nico-abram, tilwinjoy and aeros281manueltarouca, andorthehood, jjliggett and sinnjeongahTW
Metadata
Metadata
Assignees
Labels
No labels