Skip to content

Commit 9887129

Browse files
committed
eof
1 parent b0a1504 commit 9887129

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

jscomp/others/jsxPPXReactSupportC.res

+1-1
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

+1-1
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)