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
fix: prevent deserialization to leak CurrentInstances
During deserialization of VaadinSession and UI, CurrentInstances may be set
but not present in the original instances map, causing the added instance
to leak outside the scope of the deserialization hook method.
This fix ensures all instances set by the hook are wiped out before
restoring the original instances.
0 commit comments