meteor-pages
meteor-pages copied to clipboard
Error in newly added line.
Hi,
This line was recently added in the commit b3b105a9677bd0ea3988f2ffd30328078b9e9927 results in error:
Uncaught TypeError: Cannot read property 'onRendered' of undefined
in case templateName
is not defined while creating the Pagination
object. I discovered this, while writing a fix for #96 which I need myself. Hope you fix this soon and I'll send a PR for #96
Thanks, Abhishek
Also got this same error on master
, but not on 1.8.4
if @templateName isnt undefined
Template[@templateName].onRendered =>
@setInfiniteTrigger() if @infinite
I modified the code like above, and it works !