We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
precedence
1 parent a42121e commit dcaf07eCopy full SHA for dcaf07e
src/content/reference/react-dom/components/style.md
@@ -52,6 +52,7 @@ To opt into this behavior, provide the `href` and `precedence` props. React will
52
This special treatment comes with two caveats:
53
54
* React will ignore changes to props after the style has been rendered. (React will issue a warning in development if this happens.)
55
+* React will drop all extraneous props when using the `precedence` prop (beyond `href` and `precedence`).
56
* React may leave the style in the DOM even after the component that rendered it has been unmounted.
57
58
---
0 commit comments