rsnext/test/e2e/app-dir/missing-suspense-with-csr-bailout
Balázs Orbán c441245932
fix(build-output): show stack during CSR bailout warning (#62594)
### What?

We should treat the warning for CSR bailout the same as the hard-error,
and show the stack trace for either case.

### Why?

It might be useful to track down the source of this warning.

### How?

We have the stack info already, but we only showed it during the error
logging. We should show it for warnings too.

This is similar to #61200

Closes NEXT-2624
2024-02-27 21:13:55 +01:00
..
app Add stack trace to client rendering bailout error (#61200) 2024-01-26 16:32:18 +01:00
missing-suspense-with-csr-bailout.test.ts fix(build-output): show stack during CSR bailout warning (#62594) 2024-02-27 21:13:55 +01:00
next.config.js Enable missing suspense bailout by default (#60840) 2024-01-18 21:11:22 +01:00