From 6c048f5bdbaf109c127f617ca95c79b4c03cb627 Mon Sep 17 00:00:00 2001 From: ghlim00 Date: Fri, 23 Jan 2026 13:29:26 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=EB=B0=B1=EC=97=94=EB=93=9C=20=EC=97=B0?= =?UTF-8?q?=EB=8F=99=20=ED=85=8C=EC=8A=A4=ED=8A=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Frontend/src/pages/Community/CommunityListPage.jsx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Frontend/src/pages/Community/CommunityListPage.jsx b/Frontend/src/pages/Community/CommunityListPage.jsx index 0199e80..bb10a7d 100644 --- a/Frontend/src/pages/Community/CommunityListPage.jsx +++ b/Frontend/src/pages/Community/CommunityListPage.jsx @@ -263,6 +263,10 @@ export default function CommunityListPage() { const [posts, setPosts] = useState([]); const [q, setQ] = useState(""); + useEffect(() => { + console.log("[CommunityListPage] mounted", new Date().toISOString()); + }, []); + useEffect(() => { (async () => {