adrianhajdin / project_google_clone

Google Clone App powered by RapidAPI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Search Bar is not working

DarrenWayn opened this issue · comments

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!