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
When the vue-devtools are open, a memory leak occurs.
When removed, everything is fine.
My guess is that it's due to the state being saved (for time-travel purposes) at each mutations, which of course occurs quite often. But maybe the reason is different.
So let's keep an eye out. 👁️ (yes, only one.)
The text was updated successfully, but these errors were encountered:
When the vue-devtools are open, a memory leak occurs.
When removed, everything is fine.
My guess is that it's due to the state being saved (for time-travel purposes) at each mutations, which of course occurs quite often. But maybe the reason is different.
So let's keep an eye out. 👁️ (yes, only one.)
The text was updated successfully, but these errors were encountered: