Skip to content

Commit 8fbaee4

Browse files
committed
eof
1 parent efed71f commit 8fbaee4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

jscomp/others/jsxPPXReactSupportC.res

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,4 @@ let createElementVariadicWithKey = (~key=?, component, props, elements) =>
5151

5252
external asyncComponent: ('props => promise<Jsx.element>) => Jsx.component<
5353
'props,
54-
> = "%identity"
54+
> = "%identity"

jscomp/others/jsxPPXReactSupportU.res

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,4 @@ let createElementVariadicWithKey = (~key=?, component, props, elements) =>
5353

5454
external asyncComponent: ('props => promise<Jsx.element>) => Jsx.component<
5555
'props,
56-
> = "%identity"
56+
> = "%identity"

0 commit comments

Comments
 (0)