You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to display in the rows a property of a complex object. For example: object.name
Current Behavior
Error in console, white in full screen.
Console Error: Uncaught Invariant Violation: Objects are not valid as a React child (found: object with keys {codigo, descricao, resumo, valor}). If you meant to render a collection of children, use an array instead.
I would like to show just one of these properties.
Expected Behavior
I would like to display in the rows a property of a complex object. For example: object.name
Current Behavior
Error in console, white in full screen.
Console Error: Uncaught Invariant Violation: Objects are not valid as a React child (found: object with keys {codigo, descricao, resumo, valor}). If you meant to render a collection of children, use an array instead.
I would like to show just one of these properties.
I've tried:
I tried use
customBodyRender
too, but no success.Sample of my data:
Is It possible to do That?
The text was updated successfully, but these errors were encountered: