Skip to content

Commit

Permalink
Update curvy-chicken-drum.md
Browse files Browse the repository at this point in the history
  • Loading branch information
riccardoperra authored Oct 22, 2023
1 parent 8d627ba commit d21a74f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .changeset/curvy-chicken-drum.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ feat: allow to inject states inside builders
Since this version, you can inject other states into plugins (`.extend`).

```ts
const AppState = defineSignal(() => ({})
const AppState = defineSignal(() => ({}));

const CounterState = defineSignal(() => 1)
.extend((_, context) => {
Expand Down

0 comments on commit d21a74f

Please sign in to comment.