79582130

Date: 2025-04-19 07:40:03
Score: 1
Natty:
Report link

Also by changing the import statement from this:

import axios from 'axios';

to this: (importing the module package directly in the file where axios is used)

import axios from 'axios/dist/browser/axios.cjs';

resolved the error.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Usha Mathivanan