React forwardRef – Property does not exist on type IntrinsicAttributes
I have a problem with ref. My Component: type DateInputProps = { label?: string; name: string; defaultValue: Date | null; maxDate?: Date; minDate?: Date; noMargin?: boolean; forwardRef?: …