Home › Forums › Bug reporting, Questions & Suggestions › Ajax Search Pro for WordPress › Uncaught TypeError: Cannot read properties of undefined (reading 'infinite') › Reply To: Uncaught TypeError: Cannot read properties of undefined (reading 'infinite')
November 28, 2022 at 2:43 pm
#40195
Keymaster
Hi,
The issue is caused by a translator plugin/code. Some attributes on the search shortcode JSON data getting translated, see here, which causes a major problem, as those are object attribute names, and those should never be changed. DOM element attributes should never be translated, except aria-labels or similar.