-
Notifications
You must be signed in to change notification settings - Fork 143
Open
Description
When evaluating dependencies, the new reactorState from these evaluations are being discarded, causing the updated cache to also be discarded. This causes a cache miss each time the dependency getter is being used, e.g. by other getters, even though no data has changed.
This should be obvious by looking at this line:
Line 343 in 1444ce6
const args = getDeps(keyPathOrGetter).map(dep => evaluate(reactorState, dep).result) |
Metadata
Metadata
Assignees
Labels
No labels