Skip to content

Commit

Permalink
Merge pull request #2477 from subjectix/fix-2472
Browse files Browse the repository at this point in the history
[Popover] change children from object to node
  • Loading branch information
alitaheri committed Dec 11, 2015
2 parents a015c95 + 495bf1e commit 5f30865
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/popover/popover.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const Popover = React.createClass({
animation: React.PropTypes.func,
autoCloseWhenOffScreen: React.PropTypes.bool,
canAutoPosition: React.PropTypes.bool,
children: React.PropTypes.object,
children: React.PropTypes.node,
className: React.PropTypes.string,
onRequestClose: React.PropTypes.func,
open: React.PropTypes.bool,
Expand Down

0 comments on commit 5f30865

Please sign in to comment.