From cf5ad381b924c59f26d02ac66ffb6f4e08621af9 Mon Sep 17 00:00:00 2001 From: Jonathan Turcotte Date: Thu, 29 May 2025 16:43:17 -0400 Subject: [PATCH] fix: add suppressHydrationWarning when using nonce and disableNextScript --- src/script/env-script.tsx | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/src/script/env-script.tsx b/src/script/env-script.tsx index f4dbb57f..19242e94 100644 --- a/src/script/env-script.tsx +++ b/src/script/env-script.tsx @@ -51,7 +51,16 @@ export const EnvScript: FC = ({ // Note: When using Sentry, sentry.client.config.ts might run after the Next.js