79627759

Date: 2025-05-18 19:33:53
Score: 1.5
Natty:
Report link

I tried to replicate the issue but it works well. You possibly made a typo in here calling onFetchError(err))


useFetch('put', `factor/${props.apiRoute}/${factor.id}`, {}, factor, getFactorListData, ({err}) => onFetchError(err));

I made an working sample, you can check
https://stackblitz.com/edit/vitejs-vite-pnqmeoud?embed=1&file=src%2Fcomponents%2FStuff.vue

Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Mücahit Çoban