© 2026 Hedgehog Software, LLC
"use server" // [...] async function MyServerComponent(){ // useRef doesn't work here return <> <MyClientComponent refs={[ref1, ref2]} /> <Component1 ref={ref1} /> <Component2 ref={ref2} /> </> }