Allow function to be passed as namespace argument for mapState, mapGetters, mapMutations & mapActions · Issue #863 · vuejs/vuex

What problem does this feature solve? Right now I can set namespace when calling mapState. However, mapState only accepts string as a namespace. Unfortunately, I can not use Vue props values as the...