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
Right now, we filter the result if a type is being returned that is not assignable to the target type. If a query returns null, we should remove this item as well from the query to avoid null failures downstream.
The text was updated successfully, but these errors were encountered:
Right now, we filter the result if a type is being returned that is not assignable to the target type. If a query returns
null
, we should remove this item as well from the query to avoid null failures downstream.The text was updated successfully, but these errors were encountered: