Obtengo TypeError: Cannot read properties of undefined (reading 'latestDocDate') con esto:
if (this.state.latestDocDate === undefined || this.props.docRow[0].docDate > this.state.latestDocDate) { Existe la posibilidad de que this.state.latestDocDate no esté definido, pero pensé que this.state.latestDocDate === undefined podría satisfacer eso. ¿Cómo resuelvo esto?