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
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.