Skip to content

TypeError when moving an element

Sentry Issue: ARKINDEX-FRONTEND-AJZ

TypeError: undefined has no properties
  at call (webpack://arkindex/vue/HeaderActions.vue:491:31)
  at get (./node_modules/vue/dist/vue.runtime.esm.js:4479:25)
  at evaluate (./node_modules/vue/dist/vue.runtime.esm.js:4584:21)
  at moveLoading (./node_modules/vue/dist/vue.runtime.esm.js:4836:17)
  at performMove (webpack://arkindex/vue/HeaderActions.vue:636:12)
  1. Open an element
  2. Move the element to another folder
  3. With enough luck, you will get this error.

This error can occur quite randomly because this is a race condition between the HeaderActions' re-rendering and the store mutations called by an asynchronous store action.