Closed peacechen closed 6 years ago
<Row> and <Col> are not respecting the props smHidden, mdHidden, lgHidden and xlHidden.
<Row>
<Col>
smHidden
mdHidden
lgHidden
xlHidden
Inspecting the code, isHidden is looking for the props on the children, not the Row/Column itself.
isHidden
Fixed in #23
<Row>
and<Col>
are not respecting the propssmHidden
,mdHidden
,lgHidden
andxlHidden
.Inspecting the code,
isHidden
is looking for the props on the children, not the Row/Column itself.