Objects are not valid as a React child
Hi guys I'm trying to render an arrray of objects in my table, but it return me this error.
Unexpected Application Error!
Objects are not valid as a React child (found: object with keys {tipoAsistencia, sesion, noExcusado, motivo, id, horaLlegada, horaInicio, horaFinalizacion, fecha, descripcion, bloqueada}). If you meant to render a collection of children, use an array instead.
Error: Objects are not valid as a React child (found: object with keys {tipoAsistencia, sesion, noExcusado, motivo, id, horaLlegada, horaInicio, horaFinalizacion, fecha, descripcion, bloqueada}). If you meant to render a collection of children, use an array instead.

0 Replies