nestoralonso

Results 2 comments of nestoralonso

### Explanation DatePicker passes down selectedRanges and dispatch to children components, DatePickerSidebar takes all the props that it receives and passes it all to a div, the div doesn't support...

## Root Cause Analysis The issue occurs in `lib/realtime.js:389` where the code attempts to access `user.userid` without checking if the `user` object exists: ```javascript function finishConnection (socket, noteId, socketId) {...