Files
eranos/src
Chad Curtis 7cef7aafaa fix(comments): show skeleton while fetching new event's replies
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.
2026-03-02 18:13:07 -06:00
..