Multiple components not rendered with async data as props (reopened)
[issue link]Hi,
i have problem with index page not rendered correctly when i access it directly (not from some other page). I am fetching data asynchronously and further i am using that data in three different components on the page. If I comment two of them page will be rendered correctly but as soon as I add another component (that was previously commented) the page breaks. Please refer to this issue. This is reproduction repo created as it was required by reviewer.