Commit aa3422a
authored
always allow to close the error overlay (vercel/turborepo#3624)
It's difficult to test an app, if a single error blocks using the whole
page.
Therefore, error overlay should always be closeable.1 parent bb0977c commit aa3422a
File tree
1 file changed
+4
-1
lines changed- packages/next-swc/crates/next-core/js/src/overlay/internal/container
1 file changed
+4
-1
lines changedLines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
182 | 182 | | |
183 | 183 | | |
184 | 184 | | |
185 | | - | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
186 | 189 | | |
187 | 190 | | |
188 | 191 | | |
| |||
0 commit comments