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 am using Meteor release : 0.8.0-rc0.
When I run mrt I get this Warning message on the client console:
"WARNING: Roles Handlebars helpers not registered. Handlebars not defined roles_client.js:78:
At line 75:
Need to replace "Handlebars.registerHelper(name, func)"
with : "UI.registerHelper(name, func)"
The text was updated successfully, but these errors were encountered:
Thanks for the report. We're currently tracking Blaze support on PR #29 so I'll go ahead and close this one. That PR that should work so feel free to test that out and report back!
I am using Meteor release : 0.8.0-rc0.
When I run mrt I get this Warning message on the client console:
"WARNING: Roles Handlebars helpers not registered. Handlebars not defined roles_client.js:78:
At line 75:
Need to replace "Handlebars.registerHelper(name, func)"
with : "UI.registerHelper(name, func)"
The text was updated successfully, but these errors were encountered: