library · inferred from evidence
microsoft-graph-toolkit
A library referenced in the GitHub issue URLs, associated with the MGT React PeoplePicker.
- MGT React PeoplePicker throws `Cannot use 'in' operator` when `selectedPeople` starts as null
The error is not about emails vs IDs — it is a React state timing bug. `selectedPeople` was being populated after the initial render (e.g. via `useState(null)` then `setGraphIds(others)`), so on first render the picker received `null` and c