dillon1000/react

Commit

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.
Browse files
Changed paths1 file
First-parent comparison
M src/renderers/dom/client/syntheticEvents/SyntheticEvent.js Modified
Patch

Files changed

Rendering syntax-highlighted changes…