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); }