Skip to content

Commit

Permalink
Merge pull request #21 from lumihq/kimi/img
Browse files Browse the repository at this point in the history
Update img generated props
  • Loading branch information
kimispencer authored Apr 5, 2021
2 parents 7d9ad20 + 3921241 commit 85214f6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion codegen/react-html-attributes.json
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,8 @@
"sizes",
"src",
"width",
"onLoad"
"onLoad",
"onError"
],
"input": [
"accept",
Expand Down
1 change: 1 addition & 0 deletions src/React/Basic/DOM/Generated.purs
Original file line number Diff line number Diff line change
Expand Up @@ -8016,6 +8016,7 @@ type Props_img =
, onDragOver :: EventHandler
, onDragStart :: EventHandler
, onDrop :: EventHandler
, onError :: EventHandler
, onFocus :: EventHandler
, onGotPointerCapture :: EventHandler
, onInvalid :: EventHandler
Expand Down

0 comments on commit 85214f6

Please sign in to comment.