You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 @
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 forSyntheticEvent
s (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)
The text was updated successfully, but these errors were encountered: