We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not sure at this point what is causing some users to show up as null
The text was updated successfully, but these errors were encountered:
I think when the username is two words, like Jelena Jovanovic or Veselin Nikolic that it's show null.
Jelena Jovanovic
Veselin Nikolic
Sorry, something went wrong.
From the chat by Tahy:
the reason it shows null on extension is because it's set up like that. display elem.user.displayName or elem.user.slug instead of `elem.user.username
null
elem.user.displayName
elem.user.slug
PR @ #14
No branches or pull requests
Not sure at this point what is causing some users to show up as null
The text was updated successfully, but these errors were encountered: