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

i tried to handle it but its not work out and show me some err in terminal even when i was using the old database #49

Closed
moesi88 opened this issue Apr 15, 2018 · 2 comments

Comments

@moesi88
Copy link
Contributor

moesi88 commented Apr 15, 2018

×

_callee$
C:/Users/marjonbartelds/Desktop/project/hyfer/src/store/TimeLineStore.js:71
  68 |    ).catch(err => console.log(err));
  69 | 
  70 |    // set the state with the array of all current groups [maybe needed for sidecolumn group names]
> 71 |    const groups = Object.keys(timelineItems);
  72 |    groups.sort((group1, group2) => {
  73 |      return +group1.split(" ")[1] > +group2.split(" ")[1];
  74 |    });
@mkruijt mkruijt changed the title i tried to handle it bt its not work out and show me some err in terminal even when i was using the old database i tried to handle it but its not work out and show me some err in terminal even when i was using the old database Apr 16, 2018
@mkruijt
Copy link
Member

mkruijt commented Apr 16, 2018

Hi @moesi88 , please try and write your issues more clear. Please avoid using short cuts in your language when you are communicating with your colleagues 🕺 Can you rewrite your sentence please 🙃 ?

@moesi88
Copy link
Contributor Author

moesi88 commented Apr 16, 2018 via email

@moesi88 moesi88 closed this as completed Apr 16, 2018
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

2 participants