Skip to content

Commit 0e9f8bf

Browse files
Yukiniroloveloki
andauthored
Update src/content/reference/react/useDeferredValue.md
Co-authored-by: Xleine <xleine@qq.com>
1 parent 4f6b954 commit 0e9f8bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/reference/react/useDeferredValue.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ function SearchPage() {
4141

4242
#### 返回值 {/*returns*/}
4343

44-
- `currentValue`: 在初始渲染期间,返回的延迟值将与您提供的值相同。在更新期间,React 首先尝试使用旧值重新渲染(因此返回旧值),然后在后台尝试使用新值重新渲染(因此返回更新后的值)。
44+
- `currentValue`: 在初始渲染期间,返回的延迟值将与你提供的值相同。在更新期间,React 首先尝试使用旧值重新渲染(因此返回旧值),然后在后台尝试使用新值重新渲染(因此返回更新后的值)。
4545

4646
<Canary>
4747

0 commit comments

Comments
 (0)