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 had a similar issue with axios_1.default.post is not a function. To resolve it, I added a config-overrides.js file in the frontend folder containing the following logic:
For me axios_1.default.post is not a function happens because the module wasn’t being interpreted correctly by the bundler, and this override fixes that by configuring Babel to handle these module types properly.
Hopefully, this works for you too!
Please help me this case
The text was updated successfully, but these errors were encountered: