Oguzcan Karakoc

Results 2 issues of Oguzcan Karakoc

It is not possible to nest collapse elements. ```html Focus me to see content Focus me to see content tabindex="0" attribute is necessary to make the div focusable ``` Also...

### What happened? ```javascript const { handleSubmit, values, errors, } = useForm( { validationSchema: toTypedSchema(schema), initialValues: { people:[{name: 'John'}] } }) ``` According to the types the errors should be...

👕 TypeScript