3.0.1
https://github.com/vuejs/vuex/blob/v3.0.1/types/index.d.ts#L19
use store.subscribeAction() method
no error
TypeScript throws Property 'subscribeAction' does not exist on type 'Store<any>'
I checked the source code downloaded from NPM registry, there is no subscribeAction types declared in types/index.d.ts in fact.
https://github.com/vuejs/vuex/blob/v3.0.1/types/index.d.ts#L19
Can we make a release soon that includes this? It's kind of hard to use VueX from TypeScript in its current state.
It was fixed here but there just hasn't been a release since:
https://github.com/vuejs/vuex/issues/1066
There was a release, so this can be closed now afaics.
Most helpful comment
Can we make a release soon that includes this? It's kind of hard to use VueX from TypeScript in its current state.