boblauer / react-onclickout

An ES6-friendly on-click-outside React component.
MIT License
92 stars 14 forks source link

Remove wrapper div #1

Closed grassick closed 9 years ago

grassick commented 9 years ago

Wrapper div makes it hard to wrap divs that are absolutely or relatively positioned as it adds an extra normal div around them

boblauer commented 9 years ago

I wasn't aware of React.Children.only, that'll help me out immensely in other projects too. Thanks for the pull, and for dropping some knowledge on me!

grassick commented 9 years ago

Wow, thanks! Let me know when it's npm published?

boblauer commented 9 years ago

Published on npm, version 1.2.0.