webcreate / infinite-ajax-scroll

Turn your existing pagination into infinite scrolling pages with ease
https://infiniteajaxscroll.com
Other
899 stars 349 forks source link

Unhandled Promise Rejection: TypeError: null is not an object (evaluating 't[o].sentinel.getBoundingClientRect') infinite-ajax-scroll.min.js:11:11548 #884

Open deepdatatop opened 9 months ago

deepdatatop commented 9 months ago

Bug report

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(); });

Expected behavior

Environment