Skip to content

Commit

Permalink
Fix failing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ericvergnaud committed May 6, 2022
1 parent 86d2e21 commit 5c2027b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Core/src/main/java/prompto/jsx/JsxElementBase.java
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ private void checkHtmlProperties(Context context) {
+ "onKeyDown: KeyboardEventCallback,\n"
+ "onKeyUp: KeyboardEventCallback,\n"
+ "onSubmit: SubmitEventCallback,\n"
+ "onChange: InputChangedCallback,\n"
+ "onChange: InputChangedEventCallback,\n"
+ "key: Any\n"
+ "}"; // TODO: 'key' is for React only

Expand Down

0 comments on commit 5c2027b

Please sign in to comment.