-
Notifications
You must be signed in to change notification settings - Fork 29.9k
Closed
Description
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
Labels
No labels

