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
I looked into this this week and honestly this is a tricky one, the list isn't taking precedence, rather augmenting the String type.
The logic is basically "is it a string, if so is there a list, if so make an enum from that list" which is hard to be like "unless it's not an enum list" when we clearly can't detect them very well
See electron/electron#37781 - this lead to a wildly incorrect return type of:
The text was updated successfully, but these errors were encountered: