I need to delete all old Fragments after fetching:
export default function SearchSong() { const [topSongs, setTopSongs] = useState([]); let inputEl =