Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(memoize): handle all undefined params (#195)
* fix(memoize): handle all undefined params If all params are undefiend the equality checks will return true and the function will return lastResult, which at that time will also be undefined without calling the memoized function * chore: fix deps
- Loading branch information