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
Cache Session.messages as an UnmodifiableListView and refresh it only
when the underlying map changes, instead of recreating a new
unmodifiable list on every getter call. This keeps the data immutable
but gives widgets a stable reference, reducing unnecessary rebuilds.
0 commit comments