7b5650d098d876dcdc62ec8becefdc5d76d48994
Problem: - Previous commit tried to splice computed property (clusterAsPending) - Computed properties cannot be modified directly - Need to update underlying data (clusterResultsCache) Solution: - Remove incorrect clusterAsPending.value.splice() - Trigger reactive update via clusterResultsCache reassignment - clusterAsPending computed will auto-update Technical details: - Vue computed properties are read-only - Must modify underlying reactive data - Reassignment triggers computed recalculation
Description
No description provided
Languages
D
68.8%
Rust
20.8%
Vue
6.5%
CSS
1.8%
TypeScript
1.6%
Other
0.4%