Thomas Weustenfeld

Results 3 comments of Thomas Weustenfeld

Just stumbled upon this as well. It seems a little bit strange, that `call` wouldn't return a promise like `get`. @yowainwright is there any technical limitation that we're not aware...

Any update on this?

I was able to narrow this down: This works fine: ```svelte # Example.svelte import { writable, derived } from "svelte/store"; ``` However this breaks: ```svelte # Example.svelte import store from...