const [data, setData] = useState([]);. Hypothetically, when the state will be updated with the new data (sorted array), the component should re- ...
確定! 回上一頁