You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
This is a continuation of issue #9547 and PR #9703.
As part of the fix,
just-debounce-it
was replaced with a customuseDebouncedFunction
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.
The text was updated successfully, but these errors were encountered: