Skip to content

Commit

Permalink
eof
Browse files Browse the repository at this point in the history
  • Loading branch information
mununki committed Sep 12, 2023
1 parent b0a1504 commit 9887129
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jscomp/others/jsxPPXReactSupportC.res
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@ let createElementVariadicWithKey = (~key=?, component, props, elements) =>

external asyncComponent: ('props => promise<Jsx.element>) => Jsx.component<
'props,
> = "%identity"
> = "%identity"
2 changes: 1 addition & 1 deletion jscomp/others/jsxPPXReactSupportU.res
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,4 @@ let createElementVariadicWithKey = (~key=?, component, props, elements) =>

external asyncComponent: ('props => promise<Jsx.element>) => Jsx.component<
'props,
> = "%identity"
> = "%identity"

0 comments on commit 9887129

Please sign in to comment.