Skip to content
Discussion options

You must be logged in to vote

Sorry, haven't had time to figure out the minimum reproduction (our project is quite large), but I managed to find a couple of fixes/workarounds, one of which was intended for Vue 2 even though we are on the latest Vue 3 and vue-tsc. It's unclear which one(s) are the "actual" cause(s), but these helped:

Manually type mapState, mapGetters, etc.

For computed variables / component properties & methods issue, this worked well for some cases (for example in a component library where the final type for your Vuex or Pinia store can't be specified yet: https://stackoverflow.com/a/70983629/2836299

Use of deprecated computed cache invalidation

Trying to invalidate cache for computed variables as de…

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@heyakyra
Comment options

@KazariEX
Comment options

KazariEX Sep 8, 2025
Collaborator

@heyakyra
Comment options

Answer selected by heyakyra
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants