React will error if you attempt to use async functions. ... export function CatFacts() { const [data, setData] = useState(null); ...
確定! 回上一頁