From 7e12cf564b7f3151116c38a4e02e71492a47a443 Mon Sep 17 00:00:00 2001 From: Alain Kaiser Date: Mon, 3 Aug 2026 15:26:40 +0200 Subject: [PATCH] Fix lazy sandbox reload instruction --- src/content/reference/react/lazy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/reference/react/lazy.md b/src/content/reference/react/lazy.md index 5ec74d0d9c0..f6f911d917e 100644 --- a/src/content/reference/react/lazy.md +++ b/src/content/reference/react/lazy.md @@ -175,7 +175,7 @@ body { -This demo loads with an artificial delay. The next time you untick and tick the checkbox, `Preview` will be cached, so there will be no loading state. To see the loading state again, click "Reset" on the sandbox. +This demo loads with an artificial delay. The next time you untick and tick the checkbox, `Preview` will be cached, so there will be no loading state. To see the loading state again, click "Reload" on the sandbox. [Learn more about managing loading states with Suspense.](/reference/react/Suspense)