From ffe99a7490325366e230786c8bb89616c1a2dcb4 Mon Sep 17 00:00:00 2001 From: "Alex Pooley (@zuedev)" Date: Tue, 12 May 2026 22:34:26 +0100 Subject: useSearchParams() should be wrapped in a suspense boundary --- communities/red-right-hand/174bg.net/src/app/layout.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/communities/red-right-hand/174bg.net/src/app/layout.js b/communities/red-right-hand/174bg.net/src/app/layout.js index 165be68..4535f5e 100644 --- a/communities/red-right-hand/174bg.net/src/app/layout.js +++ b/communities/red-right-hand/174bg.net/src/app/layout.js @@ -31,7 +31,9 @@ export default function RootLayout({ children }) { > - + + + {children} -- cgit v1.2.3