79371412

Date: 2025-01-20 13:12:23
Score: 1
Natty:
Report link

you should just remove this line it's a TSX:

const [facing, setFacing] = useState < CameraType > ('back');

and replace it with Js line:

const [facing, setFacing] = useState("back");
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Extreme DNA