gabrielbull / react-desktop

React UI Components for macOS High Sierra and Windows 10
http://reactdesktop.js.org
MIT License
9.51k stars 461 forks source link

Fixed TitleBar propTypes #101

Closed yuya-oc closed 7 years ago

yuya-oc commented 7 years ago

This would close #100 which was caused by #98 and #99.

To support both of string and element node, PropTypes.node is appropriate.

gabrielbull commented 7 years ago

Thanks