Skip to content

Need polypill for Object.assign  #1506

@xdamman

Description

@xdamman

Firefox 28 (you can download it from https://ftp.mozilla.org/pub/firefox/releases/28.0/ if you need to test it)

Steps to reproduce (nothing fancy, just a fresh install):

mkdir nextpolyfill
cd nextpolyfill
npm install next react react-dom --save
mkdir pages
echo "export default () => (<div>Welcome to next.js!</div>)" > pages/index.js
next
open http://localhost:3000

For reference:

https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/assign

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