25d44a180c
TanStack Query 5's Svelte adapter returns a Readable<QueryObserverResult> store, not a plain object. Pages need to destructure with $-subscription: const queryStore = $derived(createXQuery(id)); const query = $derived($queryStore); Applied to artist + album detail page templates. Task 11 already landed with this fix (and readable-wrapped mocks in test-utils). Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>