Estou com este erro:
TypeError: validacoes[name] is not a function validarCampos C:/Users/sheez/Downloads/react-multpartForm-ProjetoInicial/react-multpartForm/src/components/FormularioCadastro/DadosUsuario.jsx:14 11 | function validarCampos(event) { 12 | const { name, value } = event.target; 13 | const novoEstado = { ...erros };
14 | novoEstado[name] = validacoesname; | ^ 15 | setErros(novoEstado); 16 | } 17 | function possoEnviar() {