Skip to content

Commit

Permalink
Merge branch 'main' into update/use-submission
Browse files Browse the repository at this point in the history
  • Loading branch information
kodiakhq[bot] authored Oct 24, 2024
2 parents b9c7a33 + 4fb86a0 commit 7c2e814
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/routes/concepts/stores.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -340,9 +340,9 @@ setStore("users", 0, {

// is equivalent to

setStore("users", 1, (user) => ({
setStore("users", 0, (user) => ({
...user,
id: 69420,
id: 109,
}))
```

Expand Down

0 comments on commit 7c2e814

Please sign in to comment.