facebookarchive / react-meteor

React rendering for Meteor apps
948 stars 113 forks source link

React template not passing data #60

Open marccantwell opened 9 years ago

marccantwell commented 9 years ago

This doesn't work, even though the native blaze template renders the comments loop correctly. Maybe I am doing something wrong. Is there a syntax for correct interpolation?

http://cl.ly/image/0n060j3U0504

benjamn commented 9 years ago

Are you giving your CommentBox component class a .templateName, like I do here for the Leaderboard template?

marccantwell commented 9 years ago

http://cl.ly/image/2L2n3l1M3W0s

marccantwell commented 9 years ago

Any suggestions on debugging?