AsyncCollection.pluck returns undefined values #17
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Calling
.pluck('identifier')on the query below results in a collection ofundefinedvalues, even though the fields exist on the results:In contrast, collecting the results to a normal Collection works fine: