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
I am trying to use vuex-module-decotrators in conjunction with union types like RemoteData; however, I am getting a type error when doing so. My RemoteData union type looks like this
I am trying to use vuex-module-decotrators in conjunction with union types like
RemoteData
; however, I am getting a type error when doing so. MyRemoteData
union type looks like thisAnd my usage inside a store looks like this
The type error I am seeing is this:
Is there anything I can do with vuex-module-decorators to make this work?
The text was updated successfully, but these errors were encountered: