We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 716baf5 + e5e62d9 commit dd0c028Copy full SHA for dd0c028
src/TabbedArea.js
@@ -40,9 +40,6 @@ const TabbedArea = React.createClass({
40
let defaultActiveKey = this.props.defaultActiveKey != null ?
41
this.props.defaultActiveKey : getDefaultActiveKeyFromChildren(this.props.children);
42
43
- // TODO: In __DEV__ mode warn via `console.warn` if no `defaultActiveKey` has
44
- // been set by this point, invalid children or missing key properties are likely the cause.
45
-
46
return {
47
activeKey: defaultActiveKey,
48
previousActiveKey: null
0 commit comments