KirschX

Results 2 comments of KirschX

Same error here, passing errors directly from the parent component solved the error. ``` ... const methods = useFormContext(); const error = get(errors || methods.formState.errors, name); ... ``` seems like...

+1 Couldn't use delete button on chorme, but worked well in firefox.