import {forwardRef} from 'react'; const Comp = forwardRef((props, ref) => null);