We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ffaf86 commit 641cd16Copy full SHA for 641cd16
modules/components/ContextWrapper.js
@@ -9,7 +9,7 @@ var React = require('react');
9
class ContextWrapper extends React.Component {
10
11
render() {
12
- return React.Children.only(this.props.children);
+ return this.props.children;
13
}
14
15
0 commit comments