direct-vuex
Advanced tools
Comparing version 0.6.4 to 0.6.5
{ | ||
"name": "direct-vuex", | ||
"version": "0.6.4", | ||
"version": "0.6.5", | ||
"description": "Just Vuex with typing. Compatible with the Vue 3 composition API.", | ||
@@ -5,0 +5,0 @@ "author": "Paleo", |
@@ -121,2 +121,4 @@ # direct-vuex | ||
Warning: Typing action contexts implies that TypeScript should never be allowed to infer the return type of an action from the context of the action. Indeed, this kind of typing would be recursive, since the context includes the return value of the action. When this happens, TypeScript passes the whole context to `any`. _Tl;dr; Declare the return type of actions where it exists!_ | ||
## Contribute | ||
@@ -123,0 +125,0 @@ |
29195
128