Вопросы к Поиску с Алисой
The most common cause of the «Cannot read properties of undefined (reading „forEach“)» error is trying to iterate over an undefined or null array or object. www.webdevtutor.net
To avoid this error, make sure that the array or object you are trying to iterate over is defined and initialized properly. www.webdevtutor.net
Other common causes: