Do you want to request a feature or report a bug?
Bug.
What is the current behavior?
SyntheticEvent.js breaks in IE11.
Object.assign is explicitly used to extend the prototype of SyntheticEvent.
|
Object.assign(SyntheticEvent.prototype, { |
What is the expected behavior?
SyntheticEvent.js should work.
Which versions of React, and which browser / OS are affected by this issue? Did this work in previous versions of React?
Broken in React 16 + IE11 + react-tap-event-plugin. It used to work in React 15 + IE11 + react-tap-event-plugin.
Is the recommended approach to use babel to polyfill Object.assign?
See facebook#11788
Do you want to request a feature or report a bug?
Bug.
What is the current behavior?
SyntheticEvent.jsbreaks in IE11.Object.assignis explicitly used to extend the prototype ofSyntheticEvent.react-tap-event-plugin/src/SyntheticEvent.js
Line 123 in f7ed5c5
What is the expected behavior?
SyntheticEvent.jsshould work.Which versions of React, and which browser / OS are affected by this issue? Did this work in previous versions of React?
Broken in React 16 + IE11 +
react-tap-event-plugin. It used to work in React 15 + IE11 +react-tap-event-plugin.Is the recommended approach to use babel to polyfill
Object.assign?See facebook#11788