rsnext/test/e2e/app-dir/global-error/layout-error
Jiachi Liu 79227ee74a
Catch layout error in global-error (#52654)
When there's a runtime error showing in root layout (server components), it should be able to catch by `global-error`.

For server components, we caught it and gonna render the error fallback components (either not-found or error page), and the response status is `200`, and since we'll display error dev overlay in developmenet mode so we only render `global-error` for production.

So that you can catch more errors with `global-error` and maybe do potential error tracking on client side.

Follow up of #52573
Closes NEXT-1442

minor refactor: move `appUsingSizeAdjust` into `Metadata` component so that we can just tune the flag as prop
2023-07-14 00:43:40 +00:00
..
app Catch layout error in global-error (#52654) 2023-07-14 00:43:40 +00:00
index.test.ts Catch layout error in global-error (#52654) 2023-07-14 00:43:40 +00:00