Your code should look something like this: const [isLoading, setLoading] = useState(true); const [data, setData] = useState({}); ...
確定! 回上一頁