refsReactRefsHardIn React 19+, how does a function component receive a forwarded ref?1As a normal prop, e.g. function MyInput({ ref, ...props })2Via forwardRef only3Through useContext4It cannot receive refsBack to list