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
Recent changes made to the RTD transit database for MTC have changed the type for alert IDs to strings from integers. However, the type for IDs used in service alert entities is still int-based. This is causing some issues with equality checks when passing around alerts and these entities in the UI.