You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.)
login_buttons_dropdown.js
has two calls toMeteor.flush()
, which leads toUncaught 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.The text was updated successfully, but these errors were encountered: