Martin Ström
Results
2
issues of
Martin Ström
### Description I cannot get "data" to get passed along to the server when using sveltekit. I am trying this: I set the "useChat" up on my `+page.svelte` ``` const...
### Describe the bug I am trying to bind the selected object (a KV pair) to a store. However, it seems that the store value gets the entire KV pair...