Skip to content

Commit 97adc81

Browse files
authored
Cleanup experimental.reactOwnerStack (#76123)
1 parent 8342515 commit 97adc81

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

  • test/development/app-dir/capture-console-error-owner-stack
Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
/**
22
* @type {import('next').NextConfig}
33
*/
4-
const nextConfig = {
5-
experimental: {
6-
reactOwnerStack: true,
7-
},
8-
}
4+
const nextConfig = {}
95

106
module.exports = nextConfig

0 commit comments

Comments
 (0)