diff --git a/test/development/app-dir/capture-console-error-owner-stack/next.config.js b/test/development/app-dir/capture-console-error-owner-stack/next.config.js index d14b1bf8fdc37..807126e4cf0bf 100644 --- a/test/development/app-dir/capture-console-error-owner-stack/next.config.js +++ b/test/development/app-dir/capture-console-error-owner-stack/next.config.js @@ -1,10 +1,6 @@ /** * @type {import('next').NextConfig} */ -const nextConfig = { - experimental: { - reactOwnerStack: true, - }, -} +const nextConfig = {} module.exports = nextConfig