Use direct API fetch for polling instead of mutateLatest() which was causing the page to flicker and clear data every 5 seconds. SWR cache is only updated once when new results arrive.
Use direct API fetch for polling instead of mutateLatest() which was causing the page to flicker and clear data every 5 seconds. SWR cache is only updated once when new results arrive.