Skip to content

Commit ac20958

Browse files
committed
fix test
1 parent 9b3c390 commit ac20958

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

tests/tests/src/recursive_react_component.js

Lines changed: 2 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
@@config({
22
flags: [
33
"-bs-jsx",
4-
"3", // "-dsource",
4+
"4", // "-dsource",
55
// "-w","A",
66
// "-warn-error", "a"
77
],
88
})
99

1010
@react.component
11-
let rec make = (~foo, ()) => React.createElement(make, makeProps(~foo, ()))
11+
let rec make = (~foo, ()) => React.createElement(make, {foo: foo})

0 commit comments

Comments
 (0)