Skip to content

Commit

Permalink
Remove ref and key from reserved props
Browse files Browse the repository at this point in the history
  • Loading branch information
nhunzaker committed Aug 3, 2017
1 parent 07af3db commit 0f54e82
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/renderers/dom/shared/DOMProperty.js
Expand Up @@ -16,9 +16,6 @@ var invariant = require('fbjs/lib/invariant');
var RESERVED_PROPS = {
children: true,
dangerouslySetInnerHTML: true,
key: true,
ref: true,

autoFocus: true,
defaultValue: true,
defaultChecked: true,
Expand Down

0 comments on commit 0f54e82

Please sign in to comment.