Getting an error in v1.2.10 of the package with axios
TypeError: axios.create is not a function (get, butter.js:53)
The project that I'm using this library in does not have a separate install of axios so when I'm trying to use 1.2.10 of buttercms-js, I get the error that axios.create is not a function.
The workaround is downgrading the library to v1.2.9. Below are the snippets from each version from package-lock.json for additional info.
Getting an error in v1.2.10 of the package with axios
TypeError: axios.create is not a function (get, butter.js:53)
The project that I'm using this library in does not have a separate install of
axios
so when I'm trying to use 1.2.10 ofbuttercms-js
, I get the error thataxios.create is not a function
.The workaround is downgrading the library to v1.2.9. Below are the snippets from each version from
package-lock.json
for additional info.