Skip to content

site: Remove just-debounce-it from all React renders #9706

Closed
@Parkreiner

Description

@Parkreiner

This is a continuation of issue #9547 and PR #9703.

As part of the fix, just-debounce-it was replaced with a custom useDebouncedFunction hook. This hook provides the same debounce functionality, but is safe to use inside of React, and is insulated against its re-renders.

However, there are still a few components that are using the previous library. Those will need to be replaced, and assuming debounce-it is no longer being used, it should be removed from the project's dependencies.

Metadata

Metadata

Assignees

Labels

good first issueEasily solved issues suitable for starters and community contributors

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions