fix(cospend): avoid localStorage at module init on list page
CI / update (push) Successful in 3m56s

The store-picker read localStorage at component init, which crashed
SSR on full-page loads of /cospend/list with 'localStorage.getItem is
not a function'. Deferred the read to onMount and wrapped writes in
try/catch.
This commit is contained in:
2026-04-21 16:50:50 +02:00
parent 5b35c9e63b
commit c99442b54b
2 changed files with 8 additions and 5 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "homepage",
"version": "1.43.0",
"version": "1.43.1",
"private": true,
"type": "module",
"scripts": {