We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f6b954 commit 0e9f8bfCopy full SHA for 0e9f8bf
src/content/reference/react/useDeferredValue.md
@@ -41,7 +41,7 @@ function SearchPage() {
41
42
#### 返回值 {/*returns*/}
43
44
-- `currentValue`: 在初始渲染期间,返回的延迟值将与您提供的值相同。在更新期间,React 首先尝试使用旧值重新渲染(因此返回旧值),然后在后台尝试使用新值重新渲染(因此返回更新后的值)。
+- `currentValue`: 在初始渲染期间,返回的延迟值将与你提供的值相同。在更新期间,React 首先尝试使用旧值重新渲染(因此返回旧值),然后在后台尝试使用新值重新渲染(因此返回更新后的值)。
45
46
<Canary>
47
0 commit comments