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

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
mununki committed Oct 8, 2022
1 parent a82949f commit 07190b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/reactjs_jsx_v4.ml
Original file line number Diff line number Diff line change
Expand Up @@ -463,7 +463,7 @@ let transformLowercaseCall3 ~config mapper jsxExprLoc callExprLoc attrs
| Exact children ->
[
( labelled "children",
Exp.apply ~attrs:optionalAttr
Exp.apply ~attrs:optionalAttrs
(Exp.ident
{
txt = Ldot (Lident "ReactDOM", "someElement");
Expand Down

0 comments on commit 07190b4

Please sign in to comment.