From 16433ed2503b2abb485b56f5d93d2fd29063469f Mon Sep 17 00:00:00 2001 From: Aaron Rosenzweig Date: Wed, 8 Oct 2025 00:01:06 -0400 Subject: [PATCH] Added extra verbiage about the non-deterministic jumping of tasks to make it more clear. --- v3-docs/docs/tutorials/blaze/4.update-and-remove.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v3-docs/docs/tutorials/blaze/4.update-and-remove.md b/v3-docs/docs/tutorials/blaze/4.update-and-remove.md index 20078d16fa..deae988d5b 100644 --- a/v3-docs/docs/tutorials/blaze/4.update-and-remove.md +++ b/v3-docs/docs/tutorials/blaze/4.update-and-remove.md @@ -86,7 +86,7 @@ Your app should look like this: -If your computer is fast enough, it's possible that when it sets up the default tasks a few will have the same date. That will cause them to non-deterministically "jump around" in the UI. To make it stable, you can add a secondary sort on the `_id` of the task: +If your computer is fast enough, it's possible that when it sets up the default tasks a few will have the same date. That will cause them to non-deterministically "jump around" in the UI as you toggle checkboxes and the UI reactively updates. To make it stable, you can add a secondary sort on the `_id` of the task: ::: code-group