79398264

Date: 2025-01-29 21:44:46
Score: 1
Natty:
Report link

Issue was with the useFetch custom Hook, its expecting

const {
loading: loadingCreateJob,
error: errorCreateJob,
data: dataCreateJob,
fn: fnCreateJob,
 } = useFetch((token, options, questions, jobData) => {
 return addNewJob(token, questions, jobData);
  });
Reasons:
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Ammar Anjum