-
Notifications
You must be signed in to change notification settings - Fork 114
Some Strange Behavior after initial setup #14
Comments
Hi @allain Thanks for trying this sample! Could you please check if you get the same behavior after deleting your node_modules and re install using yarn? |
Thanks for responding. Using yarn 1.5.1 on first run I'm getting:
Unfortunately after |
i am also encountering same issues |
I am also experiencing this problem. Would be great, if it would be fixed quickly. |
Hey, can you guys try again with the recently added yarn.lock ? Feel free to re-open if needed |
I just tried the new yarn file and some sources point to localhost. Shouldn't be right? |
same error here |
Hi @allain and @vilius-rugaitis I have updated both lock files. Please let me know how it goes |
I'm having the same issue with latest code from master (duplicates events and comments). I'm pretty new to Regarding the |
Hi @erezrokah did you use yarn or npm install? |
@elorzafe I tried both (removed Edit: Maybe it can explain the duplication. Another edit: I'm still testing (I still have a duplicate keys issue with the comments subscription), but it might serve as a workaround. Another edit. Opened #16 |
@elorzafe can we get an update regarding this issue? |
@manueliglesias has this been fixed? |
@manueliglesias has this been fixed? |
Following along with instructions when the app runs I see:
Uncaught TypeError: Cannot read property 'comments' of undefined
at Object.props (EventComments.js:63)
If it helps I'm running
npm start
in node v8.9.1 and my browser is "Version 64.0.3282.167 (Official Build) Built on Ubuntu , running on LinuxMint 18.2 (64-bit)"Thanks
The text was updated successfully, but these errors were encountered: