-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
support useDeepCompareEffectDebounce #2638
Comments
你的场景是什么呢? |
Hi, ouzhou. It seems that this issue is a bit vague and lacks some necessary information. 看起来这条 issue 描述得有些模糊,缺少一些必要的信息。 |
从名字上就能看出来,需要同时DeepCompare和Debounce |
Since the issue was labeled with |
很多 hook 可能都需要防抖,这个正在考虑一种通用方法 |
// createCombine函数,用于组合多个Hooks // 使用createCombine创建useDeepCompareEffectDebounce |
对,类似这种,欢迎来个 PR |
like
import { useDeepCompareEffectDebounce } from '@ant-design/pro-components';
The text was updated successfully, but these errors were encountered: