Skip to content

Commit 3b7f988

Browse files
committed
[fixed] missing interactive tags
1 parent 41a5566 commit 3b7f988

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

lib/assertions.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ var React = require('react');
22

33
var INTERACTIVE = {
44
'button': true,
5+
'input': true,
6+
'textarea': true,
57
'a' (props) {
68
return typeof props.href === 'string';
79
}

0 commit comments

Comments
 (0)