project_google_clone
project_google_clone copied to clipboard
Search Bar is not working
after I am done typing, I cant enter it, what is the solution? thanks
const [debouncedValue] = useDebounce(text, 300);
I use {debouncedValue} instead of [debouncedValue]
problem Fix!