mirror of
https://github.com/terribleplan/next.js.git
synced 2024-01-19 02:48:18 +00:00
0acba737d2
The current canary version shows the following warning in development mode: ```log Warning: Each child in an array or iterator should have a unique "key" prop. See https://fb.me/react-warning-keys for more information. in script in NextScript in body in html in Document ``` This PR adds proper keys to the devFiles on the server. Related https://github.com/zeit/next.js/pull/4954 |
||
---|---|---|
.. | ||
lib | ||
config.js | ||
document.js | ||
export.js | ||
hot-reloader.js | ||
index.js | ||
next.js | ||
on-demand-entry-handler.js | ||
render.js | ||
require.js | ||
router.js | ||
utils.js |