const fakeFetch = (delay = 400) => new Promise((res) => setTimeout(res, delay)); const fetchItems = async () => { try { setParams((state) => s