From ac1098baa390d7ef3d4220e7815d9cd17d8cd49f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E1=84=85=E1=85=B5=E1=84=82=E1=85=B5=5F=E1=84=8B=E1=85=B5?= =?UTF-8?q?=E1=84=80=E1=85=A7=E1=86=BC=E1=84=85=E1=85=B5=E1=86=AB?= Date: Thu, 20 Feb 2025 11:55:04 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=EB=94=94=EB=B2=84=EA=B9=85=EC=9A=A9=20?= =?UTF-8?q?=EC=BD=94=EB=93=9C=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/provider/AppBridgeProvider/AppBridgeProvider.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/provider/AppBridgeProvider/AppBridgeProvider.tsx b/src/components/provider/AppBridgeProvider/AppBridgeProvider.tsx index de18a88..c7f885e 100644 --- a/src/components/provider/AppBridgeProvider/AppBridgeProvider.tsx +++ b/src/components/provider/AppBridgeProvider/AppBridgeProvider.tsx @@ -56,6 +56,7 @@ export function AppBridgeProvider({ children }: AppBridgeProviderProps) { try { const data = JSON.parse(jsonData); setGenerateReviewData(data.result); + alert("디버깅 메시지: " + JSON.stringify(data.result)); } catch (error) { console.error("Invalid JSON data for generated review:", error); }