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
Correct, I've been seeing errors about that in my console for a while. It's on the back burner for now, but I'd certainly have time to review and merge a pull request.
I think meteor-addons.js needs a small updgrade, according to:
https://github.com/meteor/meteor/blob/devel/History.md#backwards-compatible-blaze-api-changes
UI
,UI.insert
andUI.renderWithData
has been deprecated. We should now useBlaze.render()
andBlaze.renderWithData()
instead...Check:
The text was updated successfully, but these errors were encountered: