Skip to content

Debounce the AudioInvoiceList search input #971

Description

@RUKAYAT-CODER

Overview
In src/components/audio/AudioInvoiceList.tsx (lines 58-65) every keystroke calls onFilterChange({ ...filter, search }) with no debounce, so parent filtering/refetch runs on each character typed. Debounce the search change before invoking onFilterChange.

Metadata

Metadata

Assignees

Labels

Stellar WaveIssues in the Stellar wave program

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions