diff --git a/react/react-tests.ts b/react/react-tests.ts index ef505f85e6..90f9a237e5 100644 --- a/react/react-tests.ts +++ b/react/react-tests.ts @@ -281,7 +281,7 @@ var divStyle: React.CSSProperties = { // CSSProperties flex: "1 1 main-size", backgroundImage: "url('hello.png')" }; -var htmlAttr: React.HTMLProps = { +var htmlAttr: React.HTMLProps = { key: 36, ref: "htmlComponent", children: children,