We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1173725 commit a7f93aeCopy full SHA for a7f93ae
src/Tab.js
@@ -87,6 +87,7 @@ const Tab = React.createClass({
87
88
return (
89
<div {...this.props}
90
+ title={undefined}
91
role='tabpanel'
92
aria-hidden={!this.props.active}
93
className={classNames(this.props.className, classes)}
0 commit comments