mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
Add onError to ReactDOMImg to complement onLoad
This commit is contained in:
@@ -44,6 +44,7 @@ var topLevelTypes = keyMirror({
|
||||
topDragOver: null,
|
||||
topDragStart: null,
|
||||
topDrop: null,
|
||||
topError: null,
|
||||
topFocus: null,
|
||||
topInput: null,
|
||||
topKeyDown: null,
|
||||
|
||||
Reference in New Issue
Block a user