react-hook-formreact-hook-form. I have custom range input component, that I use with RHF by exposing the input with forwardRefforwardRef. props.valueprops.value and props.defaultValueprops.defaultValue are undefined. I tried to create a ref inside of the RangeInputRangeInput, and useImperativeHandle for exposing it, but then the RHF wan't working.refref is a function, so ref.currentref.current doesn't exist either.Join the Discord to ask follow-up questions and connect with the community