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
Actions and mutations are passed in at regie initialization, but are modified (bound with state scope) and actual actions and mutation functions are returned. Can we use generic types to create types for these on the fly and provide code completion support?
Actions and mutations are passed in at regie initialization, but are modified (bound with state scope) and actual actions and mutation functions are returned. Can we use generic types to create types for these on the fly and provide code completion support?
In the following example,
typing
actions.
should present a correct list of all the actions passed in. @ustunThe text was updated successfully, but these errors were encountered: