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

Meteor.flush

Open edemaine opened this issue 6 years ago • 2 comments

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 avatar Dec 17 '18 21:12 edemaine

@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 avatar Feb 04 '19 18:02 edemaine

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.)

edemaine avatar Feb 05 '19 15:02 edemaine