Closed vadimmelnicuk closed 3 years ago
+1 meteor 1.3-rc.12
still exists in react-meteor-data@0.2.9
+1, using meteor 1.3.2.4
Is there a recommended way to pass the props down to children of the container ? I am trying to use my container as a wrapper component to establish clear reactive dependency for the children.
@vadimmelnicuk did you ever find a fix for this?
I'm closing this just because it's too old. We can open new issues for items that are still valid.
I am trying to use createContainer approach for explained in http://guide.meteor.com/v1.3/react.html#data I have setup a simple app like so:
meteor 1.3-rc.5 react-meter-data 0.2.6-beta.16
home.jsx
home.js
I get this error on server side:
After adding react-addons-pure-render-mixin manually
npm install --save react-addons-pure-render-mixin
I get following errors on client side: