Zend certified PHP/Magento developer

Hyva products category “load more products” via fetch javascript init problem

There is the standard way to implement “load more products” via ajax request the next page and append the needed part of the html code to listing. There is the problem with js init also, the std method to solve it $(‘body’).trigger(‘contentUpdated’) on Ajax success. In Hyva that doesn’t work. I see the normal html code with call functions, I saw the functions in devtools, but got the list of errors like
Uncaught ReferenceError: initRating174662b7cb4f4111 is not defined
visually code looks absolutely normal. Like I need to reinit the page, but not clear how to do that

enter image description here