Skip to content

UseDebounce Deprecated useDebounceValue instead - #6

Open
Patolord wants to merge 1 commit into
code-with-antonio:masterfrom
Patolord:master
Open

UseDebounce Deprecated useDebounceValue instead#6
Patolord wants to merge 1 commit into
code-with-antonio:masterfrom
Patolord:master

Conversation

@Patolord

@Patolord Patolord commented Mar 2, 2024

Copy link
Copy Markdown

UseDebounce Deprecated useDebounceValue instead

UseDebounce Deprecated useDebounceValue instead
@vercel

vercel Bot commented Mar 2, 2024

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
next14-miro-clone ❌ Failed (Inspect) Mar 2, 2024 1:18am

@Ian-Chege

Copy link
Copy Markdown

👍

@vasu74

vasu74 commented Mar 25, 2024

Copy link
Copy Markdown

use the usedebounceValue like this in place of

const [value, setValue] = useState("")

const [debouncedValue, setValue] = useDebounceValue("", 500);

other wise the problem till exisit

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants