Skip to content

Commit e0a5f65

Browse files
authored
Update link.md
1 parent 45da651 commit e0a5f65

File tree

1 file changed

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

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,8 @@ function ThirdComponent() {
192192

193193
</SandpackWithHTMLOutput>
194194

195+
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".
196+
195197
### Deduplicated stylesheet rendering {/*deduplicated-stylesheet-rendering*/}
196198

197199
If you render the same stylesheet from multiple components, React will place only a single `<link>` in the document head.

0 commit comments

Comments
 (0)