My Functional component is as follows:
const Scratch = () => { const [isLoaded, setIsLoaded] = useState(false); const colorSelectItems=[]; const [selectedC