buggood first issuehelp wanted
Repository-Metriken
- Stars
- (43.979 Stars)
- PR-Merge-Metriken
- (Durchschn. Merge 1743T 9h) (1 gemergte PR in 30 T)
Beschreibung
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.