anthonygore/vuex-undo-redo

mutation payload as array - fail

edwar64896 opened this issue · 0 comments

This code doesn't support mutation payloads that are arrays. The undo and redo simply detects them as standard objects and any array-reliant code in the mutation subsequently fails.