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'm having trouble getting mapGetters and mapActions to work - with the following error: 'mapSearchGetters' only refers to a type, but is being used as a value here.
I am importing and using as per the documentation:
import {
mapActions as mapSearchActions,
mapGetters as mapSearchGetters,
getterTypes,
actionTypes
} from 'vuex-search';
I'm having trouble getting mapGetters and mapActions to work - with the following error:
'mapSearchGetters' only refers to a type, but is being used as a value here.
I am importing and using as per the documentation:
The text was updated successfully, but these errors were encountered: