-
Notifications
You must be signed in to change notification settings - Fork 36
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Bug description
Every step is fine,excipt delete.I canit figure out by myself,Can you help me.
I get too Error:
Status Code: 500
form.ts:21 Fetch error: {}
Steps to reproduce
---//todo-item.svelte
export let processDeletedTodoResult: (res: Response) => void;
----//
{#each todos as todo}
<TodoItem
{todo}
processDeletedTodoResult={() => {
todos = todos.filter(t => t.uid !== todo.uid);
}}
{processUpdatedTodoResult}
/>
{/each}
Expected behavior
No response
Example repository
https://3000-sapphire-sheep-8fvpx5g2.ws-us23.gitpod.io/
Anything else?
No response
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working