1
0
Fork 0
mirror of https://github.com/terribleplan/next.js.git synced 2024-01-19 02:48:18 +00:00
next.js/server
HaNdTriX 0acba737d2 Fix server key warning (#4973)
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
2018-08-17 11:28:48 -07:00
..
lib [WIP] Webpack 4, react-error-overlay, react-loadable (#4639) 2018-07-24 11:24:40 +02:00
config.js Add CONFIG_FILE constant, add types for server/config.js (#4529) 2018-06-04 11:38:46 +02:00
document.js Fix server key warning (#4973) 2018-08-17 11:28:48 -07:00
export.js Compile pages to .next/static directory (#4828) 2018-07-25 13:45:42 +02:00
hot-reloader.js Compile pages to .next/static directory (#4828) 2018-07-25 13:45:42 +02:00
index.js Rename commons directory to runtime (#4853) 2018-07-27 19:29:25 +02:00
next.js Programmatic API (#310) 2016-12-16 12:33:08 -08:00
on-demand-entry-handler.js Compile pages to .next/static directory (#4828) 2018-07-25 13:45:42 +02:00
render.js Make onClick Link tests more consistent (#4954) 2018-08-15 12:42:56 -07:00
require.js Clean up references to this.dir and this.dist everywhere (#4535) 2018-06-04 15:45:39 +02:00
router.js Use a latest version of path-to-regexp for path-match (#3655) 2018-02-01 19:54:09 +01:00
utils.js [WIP] Webpack 4, react-error-overlay, react-loadable (#4639) 2018-07-24 11:24:40 +02:00