Bug
We wish to use the List to render the Grid but at this time, the current ListItem implementation enforces structure and padding to it's content meaning that the grid rows will have this enforced also.
We should change ListItem to not add any styling or wrappers when a single RenderResult is passed and only do so when the typed children are used.
Bug
We wish to use the
Listto render theGridbut at this time, the currentListItemimplementation enforces structure and padding to it's content meaning that the grid rows will have this enforced also.We should change
ListItemto not add any styling or wrappers when a singleRenderResultis passed and only do so when the typed children are used.