Is there a way to dynamically render nested objects #3410
Unanswered
MarleyDabb
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, as an example if I have an array that has the shape of this, books = [{id: '546', title: 'test', createdAt: 'date', author: {name: 'john', id: '345'} ]
how could I get the nested object to dynamically render into the table or is this not possible without making changes to the shape of my data?
Currently I get an error that type object cannot be rendered
Beta Was this translation helpful? Give feedback.
All reactions