valor inicial de Useref

const reference = useRef(initialValue);
KostasX