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

Remove/update old calls to Meteor.flush() #236

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

edemaine
Copy link

@edemaine edemaine commented Feb 5, 2019

Fix #235. Some calls to Meteor.flush() (in events) seemed unnecessary, while other calls to Meteor.flush() were actually needed (to upgrade the web UI according to session variables before trying to modify the contents) and replaced with Tracker.flush(). Now no errors in my app.

I've gone ahead and published my own fork which incorporates this PR as well as @TechplexEngineer's fixes. You can use it via meteor add edemaine:accounts-ui-bootstrap-3.

@edemaine edemaine changed the title Remove old calls to Meteor.flush() Remove/update old calls to Meteor.flush() Feb 6, 2019
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 this pull request may close these issues.

Meteor.flush
1 participant