Skip to content

Commit

Permalink
fix it!!!
Browse files Browse the repository at this point in the history
  • Loading branch information
dai-shi committed Jul 10, 2024
1 parent 46426b3 commit 8015d34
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/memoize.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ const touchAffected = (dst: unknown, src: unknown, affected: Affected) => {
if (!isObject(dst) || !isObject(src)) return;
if (trackMemoOriginalObjSet.has(getUntracked(src) as never)) {
trackMemo(dst);
return;
}
const used = affected.get(getUntracked(src) || src);
if (!used) return;
Expand Down

0 comments on commit 8015d34

Please sign in to comment.