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
every parameter other than state: S is actually optional, and should be declared as such.
Right now this is keeping me from actually using these types, because using them would make my unit test code messy with extraneous null-valued params.
Also, could you provide some guidance on when these typings are actually useful? As far as I know, these classes are never used directly, but rather by Vuex internals.
The text was updated successfully, but these errors were encountered:
Currently, the definition is:
every parameter other than
state: S
is actually optional, and should be declared as such.Right now this is keeping me from actually using these types, because using them would make my unit test code messy with extraneous null-valued params.
Also, could you provide some guidance on when these typings are actually useful? As far as I know, these classes are never used directly, but rather by Vuex internals.
The text was updated successfully, but these errors were encountered: