refactor(client): type diffCountsAtom initializer so setters infer as writable

This commit is contained in:
Philipinho
2026-08-11 21:18:46 +01:00
parent e7b4f2110f
commit 14d0ad5b01
3 changed files with 3 additions and 3 deletions
@@ -31,7 +31,6 @@ export function useHistoryReset(pageId: string) {
setActiveHistoryId("");
setActiveHistoryPrevId("");
// @ts-ignore
setDiffCounts(null);
resetCompare();