Skip to content

Commit f25790a

Browse files
authored
Fix missing value clear
1 parent de52a82 commit f25790a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: src/cache.js

+1
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,7 @@ function invalidateEntry(entry, options) {
194194
dispatchDeep(entry);
195195

196196
if (options.clearValue) {
197+
entry.value = undefined;
197198
values.delete(entry);
198199
}
199200

0 commit comments

Comments
 (0)