Skip to content

Commit

Permalink
Fix searchParams issue with suspense missing
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin-dp committed Dec 11, 2024
1 parent aa48fbf commit 7f5be73
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions examples/proxy-auth/next.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
const config = {
experimental: {
missingSuspenseWithCSRBailout: false,
},
}

export default config

0 comments on commit 7f5be73

Please sign in to comment.