File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 11import React , { Component } from 'react' ;
22import PropTypes from 'prop-types' ;
33import ReactDOM from 'react-dom' ;
4- import { createContainer } from 'meteor/react-meteor-data' ;
4+ import { withTracker } from 'meteor/react-meteor-data' ;
55import { Accounts } from 'meteor/accounts-base' ;
66import { T9n } from 'meteor/softwarerero:accounts-t9n' ;
77import { KEY_PREFIX } from '../../login_session.js' ;
@@ -1024,7 +1024,7 @@ LoginForm.defaultProps = {
10241024
10251025Accounts . ui . LoginForm = LoginForm ;
10261026
1027- const LoginFormContainer = createContainer ( ( ) => {
1027+ const LoginFormContainer = withTracker ( ( ) => {
10281028 // Listen for the user to login/logout and the services list to the user.
10291029 Meteor . subscribe ( 'servicesList' ) ;
10301030 return ( {
You can’t perform that action at this time.
0 commit comments