From 9392091af8a2444e6be83cf1c4558dc0c9519ca3 Mon Sep 17 00:00:00 2001 From: himanshumishra1309 Date: Thu, 18 Dec 2025 17:56:59 +0530 Subject: [PATCH] docs: fix lazy() sandbox buttons (Reset Reload or Clear) --- 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..5bea1445778 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" or "Clear" on the sandbox. [Learn more about managing loading states with Suspense.](/reference/react/Suspense)