Skip to content

Commit 2963a8c

Browse files
committed
Fix warning in react 15.2
1 parent 9fbdb80 commit 2963a8c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/components/Tab.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@ module.exports = React.createClass({
5858
id,
5959
...attributes } = this.props;
6060

61+
delete attributes.focus;
62+
6163
return (
6264
<li
6365
{...attributes}

0 commit comments

Comments
 (0)