react-hook-form / documentation

📋 Official documentation
http://react-hook-form.com
MIT License
726 stars 1.04k forks source link

Adding Typscript code in Watch in Field Array in useForm/watch #998

Closed lordvader501 closed 1 year ago

lordvader501 commented 1 year ago

hello i am new to opensource an i am looking to contribute to React-hooks-Form documentation i am currently learning it and i was browsing on useField watch section and i saw some import(ArrayField) that i couldnt find about it anywhere in documentation link image also i added typescript and javascript code separately and fixed some error given below before: image form code sandbox image

after: image from code sandbox image according to rule 3 in docs/useform/register link image