79091600

Date: 2024-10-15 20:14:34
Score: 1
Natty:
Report link

The error is not specific to react-hook-form or Gatsby – your React component is just missing a return statement.

Return the JSX by using return <div>...</div> where you have <div>...</div>.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Joonas Lehtisyrjä