Skip to content

Commit f75ca90

Browse files
authored
1 parent e174ea7 commit f75ca90

File tree

1 file changed

+1
-1
lines changed
  • src/content/reference/react-dom/components

1 file changed

+1
-1
lines changed

src/content/reference/react-dom/components/link.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ function ThirdComponent() {
187187

188188
</SandpackWithHTMLOutput>
189189

190-
Note the `precedence` values themselves are arbitrary and their naming is up to you. React will infer that precedence values it discovers first are "lower" and precedence values it discovers later are "higher".
190+
注意,`precedence` 值本身是任意的,其命名由你决定。React 会将最先遇到的 precedence 值推断为“较低”优先级,而将后续遇到的 precedence 值推断为“较高”优先级。
191191

192192
### 去除样式表的重复渲染 {/*deduplicated-stylesheet-rendering*/}
193193

0 commit comments

Comments
 (0)