С
Size: a a a
С
С
EM
С
С
С
С
SS
RA
SS
SS
RA
AR
SG
AR
SS
VS
SS
const inputRefCallback = useCallback(
(el) => {
inputRef.current = el;
if (ref) {
ref.current = el;
}
},
[ref]
);
DZ
const inputRefCallback = useCallback(
(el) => {
inputRef.current = el;
if (ref) {
ref.current = el;
}
},
[ref]
);