From 9e598351fa89ccfc467075bbba74ec3721c6dfaa Mon Sep 17 00:00:00 2001 From: Lilith Date: Wed, 25 Feb 2026 17:27:29 -0800 Subject: [PATCH] =?UTF-8?q?breaking(app-router):=20=F0=9F=92=A5=20enforce?= =?UTF-8?q?=20stricter=20createApp=20initialization=20with=20required=20pr?= =?UTF-8?q?ops=20and=20align=20TypeScript=20definitions?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Lilith Autocommit --- src/createApp.tsx | 4 ++-- src/types.ts | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/createApp.tsx b/src/createApp.tsx index 0a26382..3aa8a58 100644 --- a/src/createApp.tsx +++ b/src/createApp.tsx @@ -240,8 +240,8 @@ export async function createReactApp(config: AppConfig): Promise