Recently created react projects come with a bug regarding react-meteor-data. To solve it: meteor remove react-meteor-data and then meteor add react-meteor-data@3.0.0-beta300.1
Blaze:
v2.8.0 is out! with added support for Promises in #if and #each
Info.jsx:6 Uncaught TypeError: useSubscribe is not a function
at Info (Info.jsx:6:21)
at renderWithHooks (modules.js?hash=b68a664cc599a1d72d05604be48298efc962a75c:20917:18)
at mountIndeterminateComponent (modules.js?hash=b68a664cc599a1d72d05604be48298efc962a75c:24686:13)
at beginWork (modules.js?hash=b68a664cc599a1d72d05604be48298efc962a75c:26199:16)
at HTMLUnknownElement.callCallback (modules.js?hash=b68a664cc599a1d72d05604be48298efc962a75c:8776:14)
at Object.invokeGuardedCallbackDev (modules.js?hash=b68a664cc599a1d72d05604be48298efc962a75c:8825:16)
at invokeGuardedCallback (modules.js?hash=b68a664cc599a1d72d05604be48298efc962a75c:8889:31)
at beginWork$1 (modules.js?hash=b68a664cc599a1d72d05604be48298efc962a75c:32063:7)
at performUnitOfWork (modules.js?hash=b68a664cc599a1d72d05604be48298efc962a75c:31169:12)
Native compatibility with the Raspberry Pi opens up a wide range of new possibilities, thanks for that !
In case anyone encounters the same issue : on a Mac development machine, I had to erase the .meteor/local directory prior to upgrading a project from beta 0 to beta 4. Otherwise, Meteor kept complaining about TypeScript version.