1 parent 1173725 commit a7f93aeCopy full SHA for a7f93ae
1 file changed
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