mizzao / meteor-sharejs

Meteor smart package for transparently adding ShareJS editors to an app
MIT License
225 stars 53 forks source link

Not working with Meteor 0.8.0 / Blaze #9

Closed swese44 closed 10 years ago

swese44 commented 10 years ago

I found a few easy changes that need to be made in sharejs-client.coffee:

Handlebars.SafeString is now Spacebars.SafeString
Handlebars.registerHelper is now UI.registerHelper

However this still doesn't fix it. Nothing gets rendered, but there are also no errors to look at so I'm not quite sure why it silently fails :(

mizzao commented 10 years ago

We're supporting Blaze right now (albeit in a very hacky way: a7dd4e98f031fb6671d4b22ac1b3940b4122300c). This will improve along with the Meteor Component API.