-
Notifications
You must be signed in to change notification settings - Fork 78
Open
Description
In 1.3.0, the call to withTracker
is not correct. Instead, it should be
const LoginFormContainer = withTracker(() => {
// Listen for the user to login/logout and the services list to the user.
Meteor.subscribe('servicesList');
return ({
user: Accounts.user(),
});
})(LoginForm);
With current version, LoginForm
will not render and React 15 will complain A valid React element (or null) must be returned
. This makes the package unusable. I created a PR #138 for this.
minhuyen, elhil, lawrentiy, chdagenais, hlazardzig and 2 more
Metadata
Metadata
Assignees
Labels
No labels