wrap report in $derived

This commit is contained in:
Brad Warren
2026-03-04 15:31:36 -08:00
committed by Brad Warren
parent 43f1dfce64
commit a6f5faa80e

View File

@@ -11,7 +11,7 @@
dateStyle: 'short',
});
const analyzers = report.metadata.analyzers;
const analyzers = $derived(report.metadata.analyzers);
const skipped_messages: Map<string, number> = $derived.by(() => {
let map = new Map();