iron-meteor/iron-layout

Is DynamicTemplate's onRender hook missing?

yubozhao opened this issue · 1 comments

Inside Layout.prototype._createDynamicTemplate function (line 190-199), It sets to run hook 'onRenderRegion' ,when the dynamic template's onRender hook. onRender function is undefined.

I couldn't find the onRender function inside the dynamic_template.js from iron-dynamic-template package. I also grep meteor core packages (as of 0.8.2) with no luck.

@cmather Could you give me any pointer on where I can find onRender?

Just pushed latest changes: iron-meteor/iron-dynamic-template@a967f9d

Thanks for the reminder!