7cef7aafaa
React Query serves cached data instantly for the previous event while the new fetch is in-flight, causing stale replies to flash. Track the event id the current data belongs to and treat any in-flight fetch for a different event as a loading state, showing skeletons instead of stale replies.