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.
2 parents efaec3b + 5fbf4c9 commit 2317762Copy full SHA for 2317762
lib/components/Tab.js
@@ -23,6 +23,7 @@ module.exports = React.createClass({
23
disabled: PropTypes.bool,
24
panelId: PropTypes.string,
25
children: PropTypes.oneOfType([
26
+ PropTypes.array,
27
PropTypes.object,
28
PropTypes.string
29
])
lib/components/TabPanel.js
@@ -9,6 +9,7 @@ module.exports = React.createClass({
9
id: PropTypes.string,
10
tabId: PropTypes.string,
11
12
13
14
15
0 commit comments