Cat Colbert

Results 1 comments of Cat Colbert

I was able to solve this with the following: ``` "@hookform/resolvers": "^3.9.0", "react-hook-form": "^7.52.1", "yup": "^1.4.0" ``` ``` export interface IDocumentConfiguration extends FieldValues { id: number isDefault: boolean isActive: boolean...