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 started down the road of upgrading all the npm dependancies, and got pretty far.
I got stuck in the types for VueX, and I'm not yet proficient enough with Typescript to unravel this easily.
This is the type of error I'm getting:
ERROR in ionic-vue-conference-app-master/src/store/index.ts(20,5):
20:5 Type 'Module<SessionState, {}>' is not assignable to type 'Module<any, StoreState>'.
Type '{}' is not assignable to type 'StoreState'.
18 | modules: {
19 | locations,
> 20 | sessions,
| ^
21 | speakers,
22 | user
23 | },
and similar for all the other modules in the VueX store.
Not really an issue, but more of an inquiry.
I was just curious if there are intentions on updating the ionic-vue-conference-app to work with the latest and greatest?
The text was updated successfully, but these errors were encountered: