This is due to the TypeScript error. This code: const [featuredItem, setFeaturedItem] = useState(). Does not define the type of featuredItem ...
確定! 回上一頁