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(material/tooltip): convert message to string (#20685)
This ensures that the Closure Compiler doesn't optimise out the
format-string stringification.
I'm trying to maintain the runtime API of this code in the face of
type-based optimisations.
Fixes#20684
(cherry picked from commit d9359c4)
0 commit comments