79499299

Date: 2025-03-10 22:45:41
Score: 1
Natty:
Report link

Try watching your property like this

const fuelCostWatch = watch('fees.fuel_costs.0');

Instead of

const fuelCostWatch = watch('fees')?.['fuel_costs']?.[0];
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Quartz_