Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updates for latest release #1

Open
stevenhurth opened this issue Feb 19, 2019 · 3 comments
Open

Updates for latest release #1

stevenhurth opened this issue Feb 19, 2019 · 3 comments

Comments

@stevenhurth
Copy link

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?

@treetopdevs
Copy link

treetopdevs commented Feb 17, 2020

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.

@jackflyer
Copy link

Yes, this should be updated to latest and greatest. @treetopdevs can you share repository , you got up to so far.

@laurensiusadi
Copy link

Yes, please update to latest, as of writing it's 5.6.10.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants