kentcdodds/use-deep-compare-effect
🐋 It's react's useEffect hook, except using deep comparison on the inputs, not reference equality
TypeScriptMIT
Issues
- 0
- 3
useDeepCompareEffect() not working as expected
#64 opened by Stophface - 2
- 1
eslint react hooks plugin not calling
#60 opened by creativemind1 - 5
- 3
isPrimitive check is truthy when val is null
#51 opened by arichiardi - 5
IE11 throwing error due to dequal
#50 opened by ramsunvtech - 2
Linter support?
#44 opened by mstykow - 1
How can I force call useDeepCompareEffect?
#46 opened by rostgoat - 1
Use with nullable non-primitives
#45 opened by danielcrk - 5
- 6
Warning during yarn install
#35 opened by daveisfera - 4
useDeepCompareEffect should not be used with dependencies that are all primitive values
#8 opened by dy - 2
Code of conduct link is broken
#31 opened by maraisr - 1
use-deep-compare-effect breaks on IE11 due to dequal dependency not working on IE9+
#27 opened by andrei10k - 4
Not capable to compare React.element
#7 opened by theKashey - 0
Unnecessary dependencies
#18 opened by daveisfera - 7
- 5
doesn't work with sets
#15 opened by franleplant - 3
- 2
- 7
- 11
How to ensure proper usage...?
#2 opened by kentcdodds - 2
- 2
Question: altering ref during render call
#3 opened by roman01la