Skip to content

Commit 900b41b

Browse files
committed
add missing children field back
1 parent c739464 commit 900b41b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

jscomp/others/jsxDOM.res

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ type domRef
3030
*/
3131
type domProps = {
3232
key?: string,
33+
children?: Jsx.element,
3334
ref?: domRef,
3435
/* accessibility */
3536
/* https://www.w3.org/TR/wai-aria-1.1/ */

0 commit comments

Comments
 (0)