diff --git a/apps/yaak-client/components/responseViewers/EventStreamViewer.tsx b/apps/yaak-client/components/responseViewers/EventStreamViewer.tsx index df07f3ff..bd563a64 100644 --- a/apps/yaak-client/components/responseViewers/EventStreamViewer.tsx +++ b/apps/yaak-client/components/responseViewers/EventStreamViewer.tsx @@ -219,7 +219,7 @@ function ActualEventStreamViewer({ response }: Props) { ({ enabled: resultKeyPath != null, + placeholderData: (prev) => prev, // Keep previous data on refetch queryKey: [ "response-body-sse-summary", response.id,