I have a code with refs set using the useState but I would love to convert the code into a class component
const [imageSliderRef, setImageSliderRef] = useState(null);
const [textSliderRef, setTextSliderRef] = useState(null);
for the above and render it in the jsx