I found 4 blank contacts (and I don't know how they got there). They have displayName, givenName, prefix and suffix saved as null (which is not written in the typescript definitions). This can be easily fixed by adding the possible null type in the typescript definitions or by setting an empty string by default.
I found 4 blank contacts (and I don't know how they got there). They have displayName, givenName, prefix and suffix saved as null (which is not written in the typescript definitions). This can be easily fixed by adding the possible null type in the typescript definitions or by setting an empty string by default.