Posts by Alexandre Vieira de Souza • 11 points
1 post
-
1
votes0
answers375
viewsQ: Typeerror: Cannot read Property 'map' of Undefined
Hello, I’m starting with Act. I have the following structure import React, { Component } from "react"; class Dezena extends Component { render() { return ( <td className={ this.props.foiSorteada…