scotch-io / react-tweets

Code repository for the tutorial by @kenwheeler: Build A Real-Time Twitter Stream with Node and React.js
http://scotch.io/tutorials/javascript/build-a-real-time-twitter-stream-with-node-and-react-js
697 stars 342 forks source link

Bugfix streamHandler.js #16

Closed flaviolivolsi closed 8 years ago

flaviolivolsi commented 8 years ago

Sometimes the tweets are malformed (currently don't know why), so the script fires a "TypeError: Cannot read property 'name' of undefined". Checking if data['user'] is defined fixes that.