This is due to the async nature of the hook. ... async () => { const { data } = await axios.get(endPoint); setUsers(data); }; fetchUsers(); } ...
確定! 回上一頁