State mutation outside of mutations when (un)validating an entity
In a dev setup (because Vuex warnings are not shown in production), validate or invalidate an entity; you will see Vuex warnings about state mutations outside of mutations because the Box
component itself updates the entities instead of letting the store do it.