## Documentation ### Relevant Radix Component(s) https://www.radix-ui.com/primitives/docs/guides/composition#your-component-must-forward-ref This recommends using `React.forwardRef`. However following the link shows that forwardRef is deprecated. I guess that reacts 'new' way of doing refs is compatible with what radix is doing (?) and the documentation should mention reacts refs as props.. ### Examples from other doc sites https://react.dev/reference/react/forwardRef https://react.dev/blog/2024/12/05/react-19#ref-as-a-prop <!-- Please link to examples of your suggestion if applicable. -->