From 93228c4b2a0f89372ec395b60985dd8bb587df81 Mon Sep 17 00:00:00 2001 From: Huang Xin Date: Thu, 8 Jan 2026 04:05:10 +0100 Subject: [PATCH] fix: avoid hydration mismatch for tauri app (#2884) --- apps/readest-app/src/app/layout.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/apps/readest-app/src/app/layout.tsx b/apps/readest-app/src/app/layout.tsx index abbb8d8c..470b4fd5 100644 --- a/apps/readest-app/src/app/layout.tsx +++ b/apps/readest-app/src/app/layout.tsx @@ -41,7 +41,10 @@ export const viewport = { export default function RootLayout({ children }: { children: React.ReactNode }) { return ( - + {title}