uniqe binding values

This commit is contained in:
Jan Prochazka
2022-07-24 15:34:26 +02:00
parent 5395d1343b
commit 088ca231f3
3 changed files with 17 additions and 8 deletions

View File

@@ -13,7 +13,7 @@
export let pureName;
const config = usePerspectiveConfig(tabid);
const cache = new PerspectiveCache(stableStringify);
const cache = new PerspectiveCache();
const loadedCounts = writable({});
</script>