rsnext/packages/next/pages
JJ Kasper a7550bf1d7
Add error when document component isn't rendered (#16459)
If a custom `_document` is added but not all of the expected document components are rendered it can cause unintended errors as noticed in https://github.com/vercel/next.js/issues/10219 so this adds detecting when one of the expected document components isn't rendered and shows an error. 

Closes: https://github.com/vercel/next.js/issues/10219
2020-08-24 02:42:51 +00:00
..
_app.tsx add NextWebVitalsMetric type for reportWebVitals (#14675) 2020-07-03 03:36:13 +00:00
_document.tsx Add error when document component isn't rendered (#16459) 2020-08-24 02:42:51 +00:00
_error.tsx Add support for static 404 when _error does not have custom GIP (#11062) 2020-03-14 09:58:20 +01:00