Open maxfi opened 7 years ago
@maxfi did you find any solution to it ?
@gurjit03 I haven't used the package in a while but as I recall I just ended up using Template.instance().getLimit()
instead of Template.instance().infiniteScroll.getLimit()
.
Thanks, @maxfi. It works for me.
In the README API section:
However, it appears that the
getLimit
function is being attached directly to the template instance. SoTemplate.instance().getLimit()
works. Is this expected behaviour and a typo in the README?Thanks for the great package!