rsnext/test/integration/client-navigation
Gerald Monaco e68307df3a Add next-head-count & remove next-head class (#8020)
Fixes #3494

Removes `class="next-head"` from the children of the `<Head>` component. Instead, a single sentinel meta element named `next-head-count` is appended. The content is the number of contiguous elements immediately preceding the sentinel that _would have had_ the `class="next-head"` attribute.

During an update, instead of searching for `class="next-head"`, the sentinel is located and the N previous elements are considered candidates for `oldTags`. New elements are inserted before the sentinel, and finally the sentinel is updated to reflect the new count.
2019-07-25 16:39:09 +00:00
..
components Format missed files (#7464) 2019-05-29 18:19:32 -07:00
lib Format missed files (#7464) 2019-05-29 18:19:32 -07:00
pages Format missed files (#7464) 2019-05-29 18:19:32 -07:00
test Add next-head-count & remove next-head class (#8020) 2019-07-25 16:39:09 +00:00
next.config.js Unflag Automatic Prerendering (#7666) 2019-06-28 16:01:11 -04:00