React React
const fruitList: React.RefObject<string[]> = useRef([])
Coder Cuttlefish
const fruitList: React.RefObject<string[]> = useRef([])