Closed Bramas closed 7 years ago
@Bramas: Thank you for submitting a pull request! Before we can merge it, you'll need to sign the Meteor Contributor Agreement here: https://contribute.meteor.com/
I don't believe this is still an issue, @Bramas ?
Sorry but I don't know (I think you can close it if there's no issue related to that)
Closing as this should no longer be an issue. Thanks!
after doing
console.log(require('meteor/react-meteor-data'));
I realized that createContainer is not exported by the package. And, it's normal because in the package.js, onlyReactMeteorData
is exported.So even the trivial example starting with
import { createContainer } from 'meteor/react-meteor-data';
fails.I just added
createContainer
in the export like it should be.