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
Right now state.itemsCache can grow indefinitely. We should be checking the length and purging some entries. The simplest solution would be to just empty the entire object, but we could be smarter.
The text was updated successfully, but these errors were encountered:
Right now
state.itemsCache
can grow indefinitely. We should be checking the length and purging some entries. The simplest solution would be to just empty the entire object, but we could be smarter.The text was updated successfully, but these errors were encountered: