TypeError: Cannot read property 'nome' of undefined
18 | const linhas = props.autores.map((linha, index) => { 19 | return ( 20 |
21 |
| ^ 22 |
{linha.nome} 23 |
{linha.livro} 24 |
{linha.preco}
<button onClick = {() => {props.removeAutor(index)}} className="waves-effect waves-light indigo accent-4 btn" >Remover