rsnext/test/development/basic
Hannes Bornö cd8a1a4be5
Remove stack trace from full reload warning (#43453)
Adds a new error link with possible ways to fix the cause of the full reload. Removes the stack trace and adds the file causing the error to the message.

Before
![image](https://user-images.githubusercontent.com/25056922/204278894-dd773e6d-9d79-459a-abc4-243c1b22b206.png)

After:
![image](https://user-images.githubusercontent.com/25056922/204278538-5e26a174-bae4-457f-aac4-f239398227f8.png)

Fixes #43448

## Bug

- [ ] Related issues linked using `fixes #number`
- [ ] Integration tests added
- [ ] Errors have a helpful link attached, see [`contributing.md`](https://github.com/vercel/next.js/blob/canary/contributing.md)

## Feature

- [ ] Implements an existing feature request or RFC. Make sure the feature request has been accepted for implementation before opening a PR.
- [ ] Related issues linked using `fixes #number`
- [ ] [e2e](https://github.com/vercel/next.js/blob/canary/contributing/core/testing.md#writing-tests-for-nextjs) tests added
- [ ] Documentation added
- [ ] Telemetry added. In case of a feature if it's used or not.
- [ ] Errors have a helpful link attached, see [`contributing.md`](https://github.com/vercel/next.js/blob/canary/contributing.md)

## Documentation / Examples

- [ ] Make sure the linting passes by running `pnpm build && pnpm lint`
- [ ] The "examples guidelines" are followed from [our contributing doc](https://github.com/vercel/next.js/blob/canary/contributing/examples/adding-examples.md)
2022-11-28 13:18:26 +00:00
..
define-class-fields feat:Add support for useDefineForClassFields typescript option (#36335) 2022-04-21 10:41:09 +02:00
emotion-swc Stabilize SWC emotion transform plugin (#37058) 2022-05-21 04:09:30 +00:00
gssp-ssr-change-reloading Fix disposing active entries in dev compilers (#39845) 2022-08-23 07:23:43 +00:00
hmr BREAKING CHANGE: Enable newNextLinkBehavior (#41459) 2022-10-17 21:20:28 -04:00
legacy-decorators Add support for legacy decorators through tsconfig/jsconfig (#31376) 2021-11-13 18:26:13 +01:00
misc BREAKING CHANGE: Enable newNextLinkBehavior (#41459) 2022-10-17 21:20:28 -04:00
next-dynamic BREAKING CHANGE: Enable newNextLinkBehavior (#41459) 2022-10-17 21:20:28 -04:00
node-browser-polyfills/pages Ensure setImmediate and punycode are polyfilled (#32768) 2022-01-03 13:31:23 -06:00
styled-components feat: enable styled-components css prop swc transform by default (#37962) 2022-06-23 18:08:22 +00:00
styled-components-disabled Add test for styled-components SWC transform disabled (#31214) 2021-11-09 17:18:04 +01:00
tailwind-jit Fixes #33153: Updating cross-references from master to main + canary (#33198) 2022-01-12 02:55:35 +01:00
theme-ui Add support for jsxImportSource in tsconfig/jsconfig (#31358) 2021-11-12 21:51:43 +01:00
define-class-fields.test.ts feat:Add support for useDefineForClassFields typescript option (#36335) 2022-04-21 10:41:09 +02:00
emotion-swc.test.ts Emotion SWC Plugin - Allow for jsxImportSource to be configurable (#35963) 2022-04-07 14:33:38 +02:00
hmr.test.ts Remove stack trace from full reload warning (#43453) 2022-11-28 13:18:26 +00:00
legacy-decorators.test.ts Add support for legacy decorators through tsconfig/jsconfig (#31376) 2021-11-13 18:26:13 +01:00
misc.test.ts Include message body in redirect responses (#31886) 2021-12-16 05:41:43 +00:00
next-dynamic.test.ts fixes to allow lazy compilation for import() (#32441) 2021-12-14 11:33:04 +01:00
node-browser-polyfills.test.ts Ensure setImmediate and punycode are polyfilled (#32768) 2022-01-03 13:31:23 -06:00
styled-components-disabled.test.ts test(dev): support to run test with --turbo (#41908) 2022-10-26 22:56:18 -07:00
styled-components.test.ts feat: enable configuration of styled-components transform and enable css prop support (#37861) 2022-06-23 16:55:05 +00:00
tailwind-jit.test.ts Add test for TailwindCSS JIT mode reloading (#32130) 2021-12-04 21:59:32 +00:00
theme-ui.test.ts Add support for jsxImportSource in tsconfig/jsconfig (#31358) 2021-11-12 21:51:43 +01:00