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
See this for more details:
facebook/react#2956 (comment)
Test plan:
* Try to render:
<List>
{someFalsyCondition &&
<ListItem>List item 1</ListItem>
}
{anotherFalsyCondition
? <ListItem>List item 2</ListItem>
: null
}
<ListItem>List item 3</ListItem>
</List>
* it should not blow up
Change-Id: Ib854a7fc207067ab24baf387496c954a9a6b5874
Reviewed-on: https://gerrit.instructure.com/136263
Tested-by: Jenkins
Reviewed-by: Jennifer Stern <[email protected]>
Product-Review: Jennifer Stern <[email protected]>
QA-Review: Ryan Shaw <[email protected]>
0 commit comments