I think you can handle that by simply debouncing the value. So something like const [searchQuery, setSearchQuery] = useState(""); const ...
確定! 回上一頁