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
Return ClassInfo instead of a DirectiveResult from mwc-button's getRenderClasses() method.
1. It allows subclasses to augment the classes.
2. It avoids an issue relating to relying on the implied type of Directive results, due to a bug in tsc (see #2715 and microsoft/TypeScript#45946)
PiperOrigin-RevId: 397790019
0 commit comments