Agbeku Joshua Mawuli

Results 3 comments of Agbeku Joshua Mawuli

Also, in the form, I had to do ``` Published ``` to avoid getting `Type 'UseFormRegister' is not assignable to type 'LegacyRef'.` error for the **textarea** tag and `Type 'UseFormRegister'...

And for validations do ``` ``` and also had to import **formState** twice to get **isValid** and **isDirty** states working `const { register, handleSubmit, reset, watch, formState: {errors}, formState }...

Had the same issue. I used JS for the files consuming the PostFeed component