We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2b0f730 + 7f322b5 commit f3738d2Copy full SHA for f3738d2
src/renderers/dom/shared/ReactDOMComponent.js
@@ -269,6 +269,7 @@ function trapBubbledEventsLocal() {
269
270
switch (inst._tag) {
271
case 'iframe':
272
+ case 'object':
273
inst._wrapperState.listeners = [
274
ReactBrowserEventEmitter.trapBubbledEvent(
275
EventConstants.topLevelTypes.topLoad,
@@ -463,6 +464,7 @@ ReactDOMComponent.Mixin = {
463
464
465
switch (this._tag) {
466
467
468
case 'img':
469
case 'form':
470
case 'video':
@@ -1018,6 +1020,7 @@ ReactDOMComponent.Mixin = {
1018
1020
unmountComponent: function(safely) {
1019
1021
1022
1023
1024
1025
1026
0 commit comments