This blames to #5939, cc @kentcdodds
Not sure yet if this is affecting all load events or just ones that are attached directly to nodes (for eg image). But the problem is that when we intercept set operations for SyntheticEvents (but not "subclasses" like SyntheticMouseEvent), we don't have target.constructor @
|
!target.constructor.Interface.hasOwnProperty(prop) && |
Simplest repro: http://jsfiddle.net/ge8b0np9/ (will still fail w/o the load listener)
This blames to #5939, cc @kentcdodds
Not sure yet if this is affecting all load events or just ones that are attached directly to nodes (for eg image). But the problem is that when we intercept
setoperations forSyntheticEvents (but not "subclasses" likeSyntheticMouseEvent), we don't havetarget.constructor@react/src/renderers/dom/client/syntheticEvents/SyntheticEvent.js
Line 199 in 36798f7
Simplest repro: http://jsfiddle.net/ge8b0np9/ (will still fail w/o the load listener)