Hi,
my website [(emunations.co]((emunations.co) m ) uses
export function boxL_viewportEnter(event) {$w("#items").loadMore()}
to load more content when they reach the bottom of the page but it has literally stopped working today.
I also tried
export function boxL_viewportEnter(event, $w) {$w("#items").loadMore()}
and it doesn’t work as well.
What’s going on? Is there a problem at a higher level?
Thanks for your time