From d4f57f4715c7bc5349004d2e7c20cb9a9186d67d Mon Sep 17 00:00:00 2001 From: Michal Czaplinski Date: Mon, 2 Dec 2024 19:17:23 +0000 Subject: [PATCH] Add note about local context --- ...undestanding-global-state-local-context-and-derived-state.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference-guides/interactivity-api/core-concepts/undestanding-global-state-local-context-and-derived-state.md b/docs/reference-guides/interactivity-api/core-concepts/undestanding-global-state-local-context-and-derived-state.md index 7f7a3af78b2ac3..3ac88fc6af69f8 100644 --- a/docs/reference-guides/interactivity-api/core-concepts/undestanding-global-state-local-context-and-derived-state.md +++ b/docs/reference-guides/interactivity-api/core-concepts/undestanding-global-state-local-context-and-derived-state.md @@ -830,7 +830,7 @@ store( 'myPlugin', { ### When to Use -Whenever you have interactive blocks that rely on global state that may change due to navigation events, ensuring consistency across different parts of your application. +Whenever you have interactive blocks that rely on global state or local context that may change due to navigation events, ensuring consistency across different parts of your application. ### Best Practices for using `getServerState()` and `getServerContext()`