I am trying to remove an array object using the traditional method: delete subDirectories[index]
. However, after deleting, the object changes to [empty]
. I have tried filtering for undefined
, bool
, and NaN
, but nothing seems to work. This issue is within a Vue.js project that involves a Vuex action. Any help would be greatly appreciated.