79790407

Date: 2025-10-14 16:41:44
Score: 0.5
Natty:
Report link

it meant that $ isn’t available inside your apiCalls.js file. Just import the jQuery at the top of your apiCalls.js file:

import $ from 'jquery';

function getBlogInfo() {
...
Reasons:
  • Low length (1):
  • Has code block (-0.5):
Posted by: user9371102