From 6b4c4970a33550c95f883a67cb319f41ce978dab Mon Sep 17 00:00:00 2001 From: Sam Becker Date: Fri, 30 Jan 2026 21:13:34 -0600 Subject: [PATCH] Add react version to debugging --- src/admin/insights/AdminAppInsights.tsx | 1 + src/admin/insights/AdminAppInsightsClient.tsx | 6 ++++++ src/app/config.ts | 1 + 3 files changed, 8 insertions(+) diff --git a/src/admin/insights/AdminAppInsights.tsx b/src/admin/insights/AdminAppInsights.tsx index fcbd5e7b..2e9ae31e 100644 --- a/src/admin/insights/AdminAppInsights.tsx +++ b/src/admin/insights/AdminAppInsights.tsx @@ -43,6 +43,7 @@ export default async function AdminAppInsights() { > nextVersion: string + reactVersion: string nodeVersion: string insights: ReturnType usedDeprecatedEnvVars: typeof USED_DEPRECATED_ENV_VARS @@ -291,6 +293,10 @@ export default function AdminAppInsightsClient({ target="blank" > Next.js {nextVersion} + {' '} + + (React {reactVersion}) + } />