79334316

Date: 2025-01-06 21:01:54
Score: 1
Natty:
Report link

There are several issues in the code above.

  1. In VolumeItem, you have two CellItem with the same value for the id prop. Try removing those props or use unique ids.
  2. TextField is using controlled value but setValue is never called.
  3. In onValueChange, e.stopPropagation() and e.preventDefault() are not necessary.
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Soetji Anto