Skip to content

Synthetic Event breaks in IE11 #113

@juanca

Description

@juanca

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions