You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
line 480 when the original filter returned notifications where !notification.read was the condition, due to the second render of <NotificationList/> allNotificationsRead is being called in useLayoutEffect and notifications.filter(n=>!n.read) is 0.
So we should filter based upon isNew.
0 commit comments