rsnext/test/e2e/app-dir/missing-suspense-with-csr-bailout/next.config.js
Jiachi Liu 02c2f11ec9
Enable missing suspense bailout by default (#60840)
`experimental.missingSuspenseWithCSRBailout` should be enabled by
default to help users to disciver unwrapped suspense boundaries.

Add more notes in the error doc about deprecation and temporary
workaround to disable it.

Closes NEXT-2157

---------

Co-authored-by: JJ Kasper <jj@jjsweb.site>
2024-01-18 21:11:22 +01:00

4 lines
84 B
JavaScript

/** @type {import("next").NextConfig} */
const config = {}
module.exports = config