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
Each executed mutation stays in the mutationStore forever, it might cause memory leaks.
Apollo needs to clean the mutationStore records when mutations is done.
The text was updated successfully, but these errors were encountered:
@smykhailov Starting in @apollo/[email protected], thanks to commit ad4be6e in #7161, we no longer create the queryManager.mutationStore unless it's being used by devtools, so I think this may not be a problem any longer, if you update?
Thank you @benjamn, we use it in our custom DevTools and realized this problem. Great to hear it doesn't cause any issue in production code. You can close the issue, we can manage this in our DevTools by ourselves.
Each executed mutation stays in the
mutationStore
forever, it might cause memory leaks.Apollo needs to clean the
mutationStore
records when mutations is done.The text was updated successfully, but these errors were encountered: