Is it possible to use Forge UI <User> component in a custom ui app?

Hello All,

I am working on a forge Jira app which uses custom ui (react). As part of the app I am displaying some information in a react DataTable component. One of the columns contains a Jira users account id.

I am trying to use <User accountId="5a1234bc8d12345e3f1g11hi" /> to display the users name with the avatar. But I do not see any information being displayed in that column.

When I inspect elements I just see a <user></user> empty tag.

So wanted see if anyone has used the <User> component with a custom ui app ?

Thank you in advance.