Card Component missing members icons

It seems to me that your React card component is not displaying member icons in its lower right corner as it does in the original cards.

Could someone confirm?

For the sake of clarity. This is the component I am talking about:
https://developer.atlassian.com/cloud/trello/guides/components/card-components#rendering-cards-in-react
And this is what is missing:
image

I just double-checked an example card, and it does look like the member is appearing. Here is some sample code that shows it: Edit fiddle - JSFiddle - Code Playground

If you can’t get it to appear, do you have a code example you can share?

Hi dbernal,

The example does work and it led me to the issue: The API call requires the members=true parameter in the query, which I did not have. I haven’t looked at the docs for this particular request for some time and I assumed that when I specify fields=all, I get all the fields needed and it was not the case.

Thanks for the help!