Skip to content
This repository was archived by the owner on Jun 15, 2023. It is now read-only.

Commit 384b6db

Browse files
committed
add test
1 parent ef67658 commit 384b6db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/ppx/react/expected/removedKeyProp.res.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@ let make = (_: props) =>
3030
ReactDOMRe.createElement(
3131
ReasonReact.fragment,
3232
[
33-
React.createElement(Foo.make, React.addKeyProp(({x: "x", y: "y"}: Foo.props<_>), "k")),
33+
React.createElement(Foo.make, Jsx.addKeyProp(({x: "x", y: "y"}: Foo.props<_>), "k")),
3434
React.createElement(Foo.make, {x: "x", y: "y"}),
3535
React.createElement(
3636
HasChildren.make,
37-
React.addKeyProp(
37+
Jsx.addKeyProp(
3838
(
3939
{
4040
children: React.createElement(Foo.make, {x: "x", y: "y"}),

0 commit comments

Comments
 (0)