Closed jasperck closed 3 years ago
@all-contributors please add @jasperck for docs
@kentcdodds
I've put up a pull request to add @jasperck! :tada:
:tada: This PR is included in version 1.7.0 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
What: Nice library! Documenting something I found when playing around with it.
use-deep-compare-effect
allows us to use object as dependency. Ideally, the effect callback would not be called when none of the properties changed, however, if the object includes function, the effect callback will be called neverthelessWhy: Issue https://github.com/kentcdodds/use-deep-compare-effect/issues/47
Fire a warning might not be an ideal way considering the developer experience. So we decide to update README to make sure people are aware of this scenario.
How: Documenting it by update the README.
Checklist: