diff --git a/codegen/react-html-attributes.json b/codegen/react-html-attributes.json
index 121c781..4fdf253 100644
--- a/codegen/react-html-attributes.json
+++ b/codegen/react-html-attributes.json
@@ -294,7 +294,8 @@
"sizes",
"src",
"width",
- "onLoad"
+ "onLoad",
+ "onError"
],
"input": [
"accept",
diff --git a/src/React/Basic/DOM/Generated.purs b/src/React/Basic/DOM/Generated.purs
index 9bc2715..83e4e86 100644
--- a/src/React/Basic/DOM/Generated.purs
+++ b/src/React/Basic/DOM/Generated.purs
@@ -8016,6 +8016,7 @@ type Props_img =
, onDragOver :: EventHandler
, onDragStart :: EventHandler
, onDrop :: EventHandler
+ , onError :: EventHandler
, onFocus :: EventHandler
, onGotPointerCapture :: EventHandler
, onInvalid :: EventHandler