buggood first issuehelp wanted
仓库指标
- Star
- (43,979 star)
- PR 合并指标
- (平均合并 1743天 9小时) (30 天内合并 1 个 PR)
描述
Is your feature request related to a problem? Please describe.
useDeepCompareEffect gives warnings when using it with primitive dependencies. This is frustrating for the common case where dependencies could either undefined or an object that you'd like to be deep-compared.
Describe the solution you'd like
Remove warnings from useDeepCompareEffect or provide a way to suppress warnings.