Skip to content

Commit

Permalink
fix: update context
Browse files Browse the repository at this point in the history
  • Loading branch information
ido-pluto committed Jul 1, 2024
1 parent 59e900c commit b06538d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/forms/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -185,4 +185,4 @@ function increaseCounter() {

The `session.counter` will show the **last value** and not the **update value**.

This is because the output is **not reactive**. You can use it inside `BindForm` to make it **reactive**.
This is because the output is **not reactive**. You can use it inside `BindForm` to make it **reactive**.

0 comments on commit b06538d

Please sign in to comment.