Skip to content

Commit

Permalink
Cleanup experimental.reactOwnerStack
Browse files Browse the repository at this point in the history
  • Loading branch information
eps1lon committed Feb 17, 2025
1 parent fef9c5c commit 3b9479f
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
/**
* @type {import('next').NextConfig}
*/
const nextConfig = {
experimental: {
reactOwnerStack: true,
},
}
const nextConfig = {}

module.exports = nextConfig

0 comments on commit 3b9479f

Please sign in to comment.