Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Meteor.flush #235

Open
edemaine opened this issue Dec 17, 2018 · 2 comments · May be fixed by #236
Open

Meteor.flush #235

edemaine opened this issue Dec 17, 2018 · 2 comments · May be fixed by #236

Comments

@edemaine
Copy link

login_buttons_dropdown.js has two calls to Meteor.flush(), which leads to Uncaught TypeError: Meteor.flush is not a function.

I believe these should be Tracker.flush(). Actually, they're probably not needed at all. Let me know if you'd like a PR with them changed or removed.

@edemaine
Copy link
Author

edemaine commented Feb 4, 2019

@TechplexEngineer Would you be interested in adding this to your fork which currently seems the best maintained? Or should I make my own fork?

@edemaine edemaine linked a pull request Feb 5, 2019 that will close this issue
@edemaine
Copy link
Author

edemaine commented Feb 5, 2019

I've gone ahead and published my own fork which also incorporates @TechplexEngineer's fixes. You can use it via meteor add edemaine:accounts-ui-bootstrap-3. (Open any issues you have on that Github repo instead of posting here.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant