-
Notifications
You must be signed in to change notification settings - Fork 12
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Hello,
I'm using your lib like this:
const memo = nanomemoize(fn, { maxAge: 7_200_000 })
memo()
...
memo.clear()
While calling memo.clear()
clears the cache, the setTimeout is not cleared and the process hangs.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working