type of Models['User_type']['name']
reports as string
but is string | undefined
#210
Labels
bug
Something isn't working
I discovered this while creating this fix: KittyCAD/text-to-cad-ui#91.
VS Code shows that type as
string
but it is actuallystring | undefined
because GMail users for example can have an account without a name.The text was updated successfully, but these errors were encountered: