From 2dd71e744a02310dbc66f3256320ae27c29e160c Mon Sep 17 00:00:00 2001 From: kimywann Date: Thu, 15 Jan 2026 00:18:38 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=EC=82=AC=EC=9A=A9=ED=95=98=EC=A7=80=20?= =?UTF-8?q?=EC=95=8A=EB=8A=94=20error=20=EC=9D=B8=EC=9E=90=20=EC=82=AD?= =?UTF-8?q?=EC=A0=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.tsx b/src/main.tsx index b303245..731f82b 100644 --- a/src/main.tsx +++ b/src/main.tsx @@ -48,7 +48,7 @@ const SentryErrorBoundary = Sentry.withErrorBoundary( ), { - fallback: ({ error, resetError }) => ( + fallback: ({ resetError }) => (

문제가 발생했습니다