From 8d45623d349a39401356309e6f3e12c09c7937af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E5=BE=B7=E5=AE=87?= Date: Tue, 1 Sep 2026 15:26:29 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A1=A5=E5=85=85=E6=89=8B=E5=8A=A8=E6=8A=A5?= =?UTF-8?q?=E5=91=8A=E6=B5=81=E7=A8=8B=E7=9A=84=20React=20hook=20=E5=BC=95?= =?UTF-8?q?=E5=85=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 导入 useCallback 以通过客户端类型检查 --- apps/ai-game-creator-shell/src/app/AuthenticatedClient.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/ai-game-creator-shell/src/app/AuthenticatedClient.tsx b/apps/ai-game-creator-shell/src/app/AuthenticatedClient.tsx index e43a00106..40c0a8606 100644 --- a/apps/ai-game-creator-shell/src/app/AuthenticatedClient.tsx +++ b/apps/ai-game-creator-shell/src/app/AuthenticatedClient.tsx @@ -3,6 +3,7 @@ import { type ErrorInfo, type FormEvent, type ReactNode, + useCallback, useEffect, useState, } from 'react';