DEV Community

Discussion on: Controlled Forms with Frontend Validations using React-Bootstrap

Collapse
 
mendistern profile image
Mendistern

Can you do it with typescript?
Getting some erorrs here:
if (!!errors[field]) //**
setErrors({
...errors,
[field]: null,
});
**No index signature with a parameter of type 'string' was found on type '{}'