meteor-accounts-ui-bootstrap-3 icon indicating copy to clipboard operation
meteor-accounts-ui-bootstrap-3 copied to clipboard

Remove/update old calls to Meteor.flush()

Open edemaine opened this issue 6 years ago • 0 comments

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 avatar Feb 05 '19 15:02 edemaine