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
// in case of some components, we need to display the theme variables of other components based on themeId (like displaying the theme variables of Options in Drillsdown.Group)
91
+
constcurrentComponentInstance=
92
+
selectedId===doc.id
93
+
? doc?.componentInstance
94
+
: childDoc?.componentInstance
95
+
// `static themeId` on the component class lets it point at a different
96
+
// entry in the theme registry (e.g. Button → 'BaseButton', ColorMixer.Slider → 'Slider')
0 commit comments