ant-design/components/layout/__tests__
SoraYama 2b7fce3ce2 fix(Layout): disable hasSider when specifically declared
In some situation `Sider` is deeply rendered in Children of `Layout`,
and if we don't want to judge whether `Layout` has sider, the attr `hasSider`
set to `false` should properly work. However `hasSider || this.state.siders.length > 0`
will ignore `hasSider` when it is `false`.
2019-03-14 12:11:57 +08:00
..
__snapshots__ Use semantic tag names in Layout (#14806) 2019-02-14 17:51:52 +08:00
demo.test.js Feature 2.6 (#4429) 2016-12-30 21:41:28 +08:00
index.test.js fix(Layout): disable hasSider when specifically declared 2019-03-14 12:11:57 +08:00