mirror of
https://github.com/ksyasuda/SubMiner.git
synced 2026-08-16 13:55:51 -07:00
fix(stats): keep lexical rollup backfill async
This commit is contained in:
@@ -76,6 +76,7 @@ export function useVocabulary() {
|
||||
})
|
||||
.catch((chartError: unknown) => {
|
||||
console.error('Failed to load vocabulary charts', chartError);
|
||||
if (!cancelled) chartRetryTimer = setTimeout(loadCharts, 1_000);
|
||||
});
|
||||
};
|
||||
loadCharts();
|
||||
|
||||
Reference in New Issue
Block a user