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 9fbdb80 commit 2963a8cCopy full SHA for 2963a8c
src/components/Tab.js
@@ -58,6 +58,8 @@ module.exports = React.createClass({
58
id,
59
...attributes } = this.props;
60
61
+ delete attributes.focus;
62
+
63
return (
64
<li
65
{...attributes}
0 commit comments