meteor / react-packages

Meteor packages for a great React developer experience
http://guide.meteor.com/react.html
Other
574 stars 159 forks source link

react-template-helper: Remove the check that the component is the only child of its parent element. #258

Closed mattmccutchen closed 6 years ago

mattmccutchen commented 6 years ago

The check has been obsolete since Meteor 1.2; I confirmed that the existing dependencies of this react-template-helper version prevent installing it on Meteor versions older than 1.2. The check is giving me false failures when the React component itself renders multiple nodes.