You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While attempting to use typescript-memoize, it turns out that if the score changes, the sum components don't refresh if they use the memoize decorator, therefore the score never changes.
A list of modifiers can be extensive, so we need to figure out how to apply condition-driven memoization.
The text was updated successfully, but these errors were encountered:
While attempting to use typescript-memoize, it turns out that if the score changes, the sum components don't refresh if they use the
memoize
decorator, therefore the score never changes.A list of modifiers can be extensive, so we need to figure out how to apply condition-driven memoization.
The text was updated successfully, but these errors were encountered: