Question:
Here is the abstract version of my componentAnswer:
register
is a function that returns props the input needs. You are mocking the register
function, but it still needs to return everything the component is consuming or passing on. Specifically it seems you need to return a ref
function for what is returned by the useFormContext
hook.Example:
If you have better answer, please add a comment about this, thank you!