Which checks if a handler has a name, and if it is a fat-arrow, you have to put a string yourself. It doesn't seem like it matters what you pass as a name, am I correct?
If this is the case, could we not put a new guid as the name instead of erroring out?
Currently there is this code: https://github.com/mrcrowl/vuex-typex/blob/master/src/index.ts#L173
Which checks if a handler has a name, and if it is a fat-arrow, you have to put a string yourself. It doesn't seem like it matters what you pass as a name, am I correct?
If this is the case, could we not put a new guid as the name instead of erroring out?