You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 13, 2022. It is now read-only.
I tried to put its contents into a meteor package and saw that ReactMeteor is undefined.
What is the difference between React.createClass and ReactMeteor.createClass and how to bridge the gap with a mixin?
Basically wondering if there a mixin other than mixins: [ReactMeteorData] that mutates the React.createClass object into whatever you have in the example?
Because adding that mixin ( mixins: [ReactMeteorData] ) throws an error requiring that getMeteorData return an expected object.