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
Wraps all parseInt(id, 10) calls in eventIdNum() helper that returns 0
for non-numeric IDs. Prevents _lastEventId from becoming 'NaN' if
GitHub ever returned a non-numeric event ID, which would permanently
break change detection until the next full refresh.
0 commit comments