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/core): throw better error messages from typography utils (#27393)
Currently the typography functions assume that a config and the level being looked up will exist, but that's not necessarily the case which leads to some cryptic error messages that take a while to parse.
These changes add some validations so that it's easier to figure out what's wrong.
(cherry picked from commit b985c7d)
0 commit comments