CommentMay 10, 2019it is easy... u should use a default state like mine state = { automation: { campaigns: [], goals: { roi: {} }, status_configuration: {}, bid_configuration: { cpc: {} } } }ReactJS: How to render components only after successful asynchronous call?