Jakob Fiegerl
Results
3
comments of
Jakob Fiegerl
Currently running 0.128.3. Got the same issue as @BryanSchuetz Is there any plan for autocompletion in .astro files?
@huntabyte would you mind if I contribute this component without the Radix Svelte?
For anyone still facing this issue. I found another way: form calls my `onSubmit` which calls VercelAI `handleSubmit` ```svelte const { handleSubmit } = useChat({}); const onSubmit = (e: any,...