Vlad Krasny
Vlad Krasny
This library does not provide typing of the global `$store` option. In order to get your module with all types you either have to use [Component Mapper](https://github.com/ktsn/vuex-smart-module#component-mapper) or [Composable Function](https://github.com/ktsn/vuex-smart-module#composable-function)...
> I mean what is the best way to avoid it Hi, normally, you shouldn't return a value from an action, preferring to put it in the store. Otherwise, you...
You have to help to the TS compiler using [Non-null assertion operator](https://www.typescriptlang.org/docs/handbook/release-notes/typescript-2-0.html#non-null-assertion-operator) ```ts import {auth as authModule} from './auth' class GalleryActions extends Actions { auth!: Context // Just add "!"...
This library solves the problem of weak vuex typing when working with TypeScript Pinia [supports TypeScript](https://pinia.vuejs.org/introduction.html#why-should-i-use-pinia) out of the box. So I assume that vuex 5 will also support it....
It looks like your CSS file has already been sorted according to the plugin settings. Try to reorder rules and run the command again to make sure the plugin works.