uiwjs / react-split

A piece of view can be divided into areas where the width or height can be adjusted by dragging.
https://uiwjs.github.io/react-split
MIT License
66 stars 4 forks source link

property `visible` not `visiable` #148

Closed FKAJerry closed 11 months ago

FKAJerry commented 11 months ago

property has typo, it's visible not visiable

- <Split visiable={false}>
+ <Split visible={false}>
  <div style={{ minWidth: 200, maxWidth: 200, minHeight: 120, background: '#b5b5b5' }}>Sider</div>
  <div style={{ width: '100%', background: '#ececec' }}>Content</div>
</Split>
jaywcjlove commented 11 months ago

@neojerry Upgrade v5.9.1