From b603d0c2ceb7eed6818956fa5f605bc966abd539 Mon Sep 17 00:00:00 2001 From: ido Date: Sun, 30 Jun 2024 20:34:28 +0300 Subject: [PATCH] fix(deps): context --- packages/forms/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/forms/README.md b/packages/forms/README.md index 30ae96e..3f4081e 100644 --- a/packages/forms/README.md +++ b/packages/forms/README.md @@ -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**. \ No newline at end of file +This is because the output is **not reactive**. You can use it inside `BindForm` to make it **reactive**. \ No newline at end of file