You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: