Skip to content

Conversation

eps1lon
Copy link
Member

@eps1lon eps1lon commented Nov 25, 2024

Copy link

vercel bot commented Nov 25, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
19-react-dev ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 27, 2024 1:42pm
react-dev ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 27, 2024 1:42pm

Copy link

github-actions bot commented Nov 25, 2024

Size changes

📦 Next.js Bundle Analysis for react-dev

This analysis was generated by the Next.js Bundle Analysis action. 🤖

This PR introduced no changes to the JavaScript bundle! 🙌

Stylesheets can conflict with each other, and when they do, the browser goes with the one that comes later in the document. React lets you control the order of stylesheets with the `precedence` prop. In this example, two components render stylesheets, and the one with the higher precedence goes later in the document even though the component that renders it comes earlier.
Stylesheets can conflict with each other, and when they do, the browser goes with the one that comes later in the document. React lets you control the order of stylesheets with the `precedence` prop. In this example, three components render stylesheets, and the one with a `precedence` value that was discovered earlier goes earlier in the document even though a component that renders it comes later.

{/*FIXME: this doesn't appear to actually work -- I guess precedence isn't implemented yet?*/}
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@gaearon
Copy link
Member

gaearon commented Dec 16, 2024

Apologies didn't see this, already merged #7235. Hope it's correct.

Please don't hesitate to merge next time, we really shouldn't have completely wrong docs for features stay up for months

@gaearon gaearon closed this Dec 16, 2024
@eps1lon eps1lon deleted the sebbie/precedence-order branch April 16, 2025 17:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[React 19] Is precedene props for <link> works incorrectly?

4 participants