Skip to content

Browser support for Safari < 9 and any IE #12

@acusti

Description

@acusti

Object.assign isn’t supported in any version of desktop or mobile Safari less than v9 and any IE, as well as any android browser (reference), which makes the component break in those browsers. The transform-object-assign babel plugin is a lightweight way to make it compatible (defaults to Object.assign, else uses a polyfill which babel already adds to your transpiled files; see the _extends helper).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions