You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using Axios extensions linked from unpkg CDN in a vanilla JS snippet. The snippet was working for nearly a month. With no changes in template or in the script itself, suddently Axios extensions stopped working so I think it is related to the updates.
First error is saying that my Axios call only has a get method, but the .del problem refers to a line on the inside of the Axios extension, there is no .del method used in my snippet. So, is there a workaround to make this work again?
Second says that cacheAdapterEnhancer is not a function. Again, this worked for nearly a month.
The text was updated successfully, but these errors were encountered:
I am using Axios extensions linked from unpkg CDN in a vanilla JS snippet. The snippet was working for nearly a month. With no changes in template or in the script itself, suddently Axios extensions stopped working so I think it is related to the updates.
Snippet
Error
The text was updated successfully, but these errors were encountered: