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: filter invalid characters from the type name (#2127)
Fixes#2124.
There is no reason why the type name would contain anything other than
alphanumeric characters. Filter the remaining characters with a regex.
0 commit comments