project_google_clone icon indicating copy to clipboard operation
project_google_clone copied to clipboard

Search Bar is not working

Open DarrenWayn opened this issue 2 years ago • 1 comments

after I am done typing, I cant enter it, what is the solution? thanks

DarrenWayn avatar May 12 '22 21:05 DarrenWayn

const [debouncedValue] = useDebounce(text, 300);

I use {debouncedValue} instead of [debouncedValue]

problem Fix!

DarrenWayn avatar May 12 '22 22:05 DarrenWayn