rsnext/test/development/acceptance
Donny/강동윤 6d45c3252c
fix(turbopack): Remove error overlay when issue is resolved (#62983)
### What?

Subscribe to changes of `_error` pages.

### Why?

To make the error overlay disappear when the error is fixed.

I tried skipping related entries by using `continue;` from
5f3b13584c/packages/next/src/server/dev/hot-reloader-turbopack.ts (L675-L684),
but it resulted in it page being rendered in the background while error
overlay does not disappear.

We need to remove the errors from `/_error` page to make the error
overlay disappear, so I tried removing them from the map and it worked.

### How?

Closes PACK-2405
Closes PACK-2644

---------

Co-authored-by: hrmny <8845940+ForsakenHarmony@users.noreply.github.com>
2024-03-14 04:31:37 +00:00
..
__snapshots__ feat(turbopack): Enable lightningcss for turbopack by default (#62565) 2024-03-11 06:49:43 +00:00
fixtures Turbopack: Implement Server Actions (#53890) 2023-10-04 23:33:21 +00:00
component-stack.test.ts fix dev overlay pseudo html collapsing (#62728) 2024-03-01 19:13:57 +01:00
error-recovery.test.ts Reapply "Turbopack: convert between locations correctly (#61477)" (#61733) (#61735) 2024-02-06 14:24:30 -08:00
hydration-error.test.ts DX: display highlited pesudo html when bad nesting html error occurred (#62590) 2024-02-28 16:14:48 +01:00
ReactRefresh.test.ts refactor tests for readability (#51051) 2023-06-21 19:47:21 +00:00
ReactRefreshLogBox-app-doc.test.ts fix(turbopack): Remove error overlay when issue is resolved (#62983) 2024-03-14 04:31:37 +00:00
ReactRefreshLogBox-builtins.test.ts Reapply "Turbopack: convert between locations correctly (#61477)" (#61733) (#61735) 2024-02-06 14:24:30 -08:00
ReactRefreshLogBox-scss.test.ts Add hasRedbox fix (#60522) 2024-01-15 09:36:44 +01:00
ReactRefreshLogBox.test.ts feat(turbopack): Enable lightningcss for turbopack by default (#62565) 2024-03-11 06:49:43 +00:00
ReactRefreshLogBoxMisc.test.ts Add hasRedbox fix (#60522) 2024-01-15 09:36:44 +01:00
ReactRefreshModule.test.ts Fix ReactRefreshModule test in Turbopack (#61049) 2024-01-23 16:08:58 -08:00
ReactRefreshRegression.test.ts Reapply "Turbopack: convert between locations correctly (#61477)" (#61733) (#61735) 2024-02-06 14:24:30 -08:00
ReactRefreshRequire.test.ts refactor tests for readability (#51051) 2023-06-21 19:47:21 +00:00
server-component-compiler-errors-in-pages.test.ts update turbopack (#62523) 2024-02-26 11:19:31 +01:00