index.js:68 Uncaught TypeError: cadastrarTime is not a function at onSubmit (index.js:68:1)
código no github: https://github.com/luckfer7/organo
index.js:68 Uncaught TypeError: cadastrarTime is not a function at onSubmit (index.js:68:1)
código no github: https://github.com/luckfer7/organo
o erro era eu não ter colocado props. antes do cadastrar time.
quando coloquei:
props.cadastrarTime({nome: nomeTime, cor: corTime})
funcionou!