kadirahq / fast-render

Render you app even before the DDP connection is live. - magic?
MIT License
560 stars 80 forks source link

TypeError: LocalCollection._idParse is not a function #122

Closed darkship closed 8 years ago

darkship commented 9 years ago

Hi, I'm using Meteor Devel and due to some changes, fast-render seems not to be compatible with the next version (meteor/meteor@85ca501)

TypeError: LocalCollection._idParse is not a function meteorhacks_fast-render.js:347:133

arunoda commented 9 years ago

Yes it is. Since there is no release, I don't know how to do a release for a devel version.

delgermurun commented 8 years ago

Public 1.2 RC released.

arunoda commented 8 years ago

BTW: I already fixed this issue few days ago. https://github.com/meteorhacks/fast-render/commit/f494a3c19bf7d17d1792c0c6342786220e40ae5b

darkship commented 8 years ago

thanks !