Closed chaddgrimm closed 8 months ago
Axios >=1 is a peer dependency however require('axios') is returning an object instead of the expected function (which is how it was with axios v0).
>=1
require('axios')
axios v0
Axios
>=1
is a peer dependency howeverrequire('axios')
is returning an object instead of the expected function (which is how it was withaxios v0
).