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
This one removed the requirement for WidgetId to be &static str. Instead, it is a Cow<'static, str> with a u64 hash now. This allows having dynamic WidgetIds for more complex screens.