Closed
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.