notification.title === title ? {
...notification,
isRead: true
} : notification
));
const unreadNotifications = newNotifications.filter(notification => !notification.isRead).length;
переписать типо в 1 проход
const [onNotificationRead, unreadNotifications] = notifications.reduce(...) или map
Скинь полный код со всеми объявлениями переменных, примерами данных и поясни что ты вообще делаешь.
Обсуждают сегодня