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
@chvp If you have time to take a look. I can't seem to figure this out.
This uses the same structure as Accentor/web, but introduces a memory leak (or at least, a blocked UI while mutating the store) - probably due to a change in Vue's reactivity system.
When fetching the tracks, the whole app is blocked on each commit. This takes progressively longer the more tracks are loaded.
You can clearly see this by:
console.debug
at the end ofsetTracks
. The gap between this debug and the store's debuger reporting will got bigger and bigger.Tried:
state.tracks
inObject.freeze
Worked:
The text was updated successfully, but these errors were encountered: