From 28641403d97e20e322eef08261b3fe2d55387987 Mon Sep 17 00:00:00 2001 From: Broque Thomas <26755000+Nezreka@users.noreply.github.com> Date: Sun, 24 May 2026 14:47:29 -0700 Subject: [PATCH] Fix Zustand shallow import Use Zustand's public shallow selector export so the import page resolves correctly under the installed Zustand 5 package. This fixes the Vite boot overlay without changing import workflow behavior. --- webui/src/routes/import/-import.store.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webui/src/routes/import/-import.store.ts b/webui/src/routes/import/-import.store.ts index f6bb892b..4724889b 100644 --- a/webui/src/routes/import/-import.store.ts +++ b/webui/src/routes/import/-import.store.ts @@ -1,6 +1,6 @@ import { create } from 'zustand'; import { combine } from 'zustand/middleware'; -import { useShallow } from 'zustand/react/shallow'; +import { useShallow } from 'zustand/shallow'; import type { ImportAlbumMatchPayload,