From 63e0d07a39588f4b41a119eac5eed3ef21755150 Mon Sep 17 00:00:00 2001 From: Todd Martin <106564991+trmartin4@users.noreply.github.com> Date: Fri, 3 Apr 2026 16:21:23 -0400 Subject: [PATCH] chore(docs): Update state readme warning callout. --- libs/state/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/state/README.md b/libs/state/README.md index 8b9d0786129..381a67883c1 100644 --- a/libs/state/README.md +++ b/libs/state/README.md @@ -251,7 +251,7 @@ type StateUpdateOptions = { } ``` -> [!WARNING] > `firstValueFrom()` and state updates +> [!WARNING] `firstValueFrom()` and state updates > > A usage pattern of updating state and then immediately requesting a value through `firstValueFrom()` > **will not always result in the updated value being returned**. This is because we cannot guarantee > that the update has taken place before the `firstValueFrom()` executes, in which case the previous