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
🧨 Widget and WidgetDefinition interfaces drastically changed; new WidgetPartial interface added and used in loading methods. Move
interface extensions to either WidgetDescription or WidgetPartial,
and then you can remove method overloads for bound widget functions (the
typing now does it automatically). See types.d.ts for specifics.