-
Notifications
You must be signed in to change notification settings - Fork 945
Closed
Labels
good first issueEasily solved issues suitable for starters and community contributorsEasily solved issues suitable for starters and community contributors
Description
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 contributorsEasily solved issues suitable for starters and community contributors