We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 42f09c7 + 0ab3150 commit 4ec9e4dCopy full SHA for 4ec9e4d
1 file changed
src/features/notification/ui/notification-sse-provider.tsx
@@ -165,7 +165,7 @@ export function NotificationSseProvider() {
165
sourceRef.current = null;
166
}
167
if (!hasNotifiedErrorRef.current) {
168
- showToast.warning("실시간 알림 연결이 불안정합니다.");
+ console.warn("실시간 알림 연결이 불안정합니다.");
169
hasNotifiedErrorRef.current = true;
170
171
scheduleReconnect();
0 commit comments