dillon1000/react
Commit
Browse files Avoid "Member not found exception" in IE10 (#7343)
'change' custom events raise "Member not found" in <= IE10. To circumvent this, the SyntheticEvent class now checks for "typeof event.cancelBubble !== 'unknown'". This eliminates this exception and maintains the expected bubbling functionality. Addresses #7320.
Changed paths1 file
First-parent comparisonsrc/renderers/dom/client/syntheticEvents/SyntheticEvent.js ModifiedPatch
Files changed
Rendering syntax-highlighted changes…