Uncaught TypeError: activity.date.fromNow is not a function
at buildActivityLog (bundle.js:10139)
at n.logActivityStream (bundle.js:10147)
at n.emit (socket.io.js:2)
at n.onevent (socket.io.js:3)
at n.onpacket (socket.io.js:3)
at n.<anonymous> (socket.io.js:3)
at n.emit (socket.io.js:2)
at n.ondecoded (socket.io.js:1)
at s.<anonymous> (socket.io.js:3)
at s.r.emit (socket.io.js:1)
They're probably not getting converted to moments before the attempt at calling .fromNow()
They're probably not getting converted to moments before the attempt at calling
.fromNow()