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

Commit 07190b4

Browse files
committed
fix build
1 parent a82949f commit 07190b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/reactjs_jsx_v4.ml

+1-1
Original file line numberDiff line numberDiff line change
@@ -463,7 +463,7 @@ let transformLowercaseCall3 ~config mapper jsxExprLoc callExprLoc attrs
463463
| Exact children ->
464464
[
465465
( labelled "children",
466-
Exp.apply ~attrs:optionalAttr
466+
Exp.apply ~attrs:optionalAttrs
467467
(Exp.ident
468468
{
469469
txt = Ldot (Lident "ReactDOM", "someElement");

0 commit comments

Comments
 (0)