i want to render this objects of nested arrays.
i need all the widgest list to be renderd to particular boardId
can i get help on this please
need to render these as this.props.----
storyboard: {
boardList: [
{
boardId: 'c428148c-0f31-48d5-87a2-bf7a3eb7c3db',
boardTitle: 'Board1',
createdAt: 1525198421135,
modifiedAt: 1525198466016,
widgetList: [
{
widgetId: '4015e24a-aac6-4480-8cb4-a1b72c4cc5ff',
widgetName: 'Venn',
widgetType: 'venn',
leftTarget: '',
rightTarget: '',
leftTargetValue: 0,
rightTargetValue: 0
},
{
widgetId: 'bf363922-60d6-4bf0-8f1a-ddf5c0c6eee7',
widgetName: 'Venn',
widgetType: 'venn',
leftTarget: '',
rightTarget: '',
leftTargetValue: 0,
rightTargetValue: 0
}
]
}
]
}