RobertMcCoy / CodeCollaborator

Apache License 2.0
0 stars 0 forks source link

Username not included in collaborators array until updated. #55

Closed dmeredith96 closed 6 years ago

dmeredith96 commented 6 years ago

image

I'm trying to pass in the collaborators array from Collab.js to Users.js to get a list of users connected. The first array shown in the picture is passed in when the component is initially loaded (basically when a user connects to the page the first time). When another user goes to join, the collaborators array gets updated with the new user, but this time it includes the username.

dmeredith96 commented 6 years ago

Seems to be working, unsure of what commit fixed this issue.