I use the MGT React PeoplePicker with selectionMode='multiple' and pass an array of email addresses as selectedPeople. The picker renders with no names or pictures and throws: TypeError: Cannot use 'in' operator to search for 'groupTypes' in [email]. Passing Graph IDs instead of emails seems to be the documented usage, but emails should work too. What is wrong?