I don’t know if this is related to some recent core change: if logged in on my account the links show up on user cards, but if logged out (I’m testing with an anon tab) it outputs an error to console because on this row userFields
is undefined. In this case, the user card shows only the avatar and username, nothing else.
If I check for userFields
presence before its first use as I tested here the card is shown entirely, but no social icon links.
Anyone else having this issue?