79375867

Date: 2025-01-21 20:37:47
Score: 0.5
Natty:
Report link

Looks like like you're not registering the field under your form; rather, you're just passing an associated id to the input: https://www.react-hook-form.com/api/useform/register/. For a more controlled wrapper component, you may also leverage Controller or useController: https://www.react-hook-form.com/api/usecontroller/controller/.

Your regex seems to resolve as you've described.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Nicholas Dullam