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
Using a union of multiple properties, of which none exist, will return an empty object, or a list with a single empty object when using Option.ALWAYS_RETURN_LIST.
I would expect that, depending on configuration, either
Using a union of multiple properties, of which none exist, will return an empty object, or a list with a single empty object when using
Option.ALWAYS_RETURN_LIST
.I would expect that, depending on configuration, either
Tested with 2.7.0 and 2.8.0.
The text was updated successfully, but these errors were encountered: