studiointeract / tracker-component

Easy reactive React Components with Meteor and Tracker
MIT License
37 stars 4 forks source link

If props is undefined, nothing works #11

Closed queso closed 8 years ago

queso commented 8 years ago

Here: https://github.com/studiointeract/tracker-component/blob/master/lib/index.jsx#L10

It seems that props.subscribe call will bomb if props is undefined.