Unhandled Promise Rejection: TypeError: null is not an object (evaluating 't[o].sentinel.getBoundingClientRect') infinite-ajax-scroll.min.js:11:11548 #884
Code and configuration snippets that reproduces the problem
{{.cascadeblocks}}
- -
let ias = new InfiniteAjaxScroll('#cascade_container',{item:'.cascade',next:'.next',pagination:'.pagination' });
ias.on('last',function(){ $('#nomorepage').show(); });
Bug report
Code and configuration snippets that reproduces the problem
let ias = new InfiniteAjaxScroll('#cascade_container',{item:'.cascade',next:'.next',pagination:'.pagination' }); ias.on('last',function(){ $('#nomorepage').show(); });
Expected behavior
Environment