If the primaryText is empty (or Number(0) in this case), then the list item height will not be large enough to contain the avatar.


I think it's because we are using absolute positioning and not a flexbox system.
This is still an issue.
Hey, is there a solution dor this already? I'm having the same issue. Thanks!
The issue has been solved on the next branch. I'm closing it. Thanks for the report. We are now relying on the flexbox layout model.
@oliviertassinari Thanks for the news - however may I ask if there is a specific version that this is fixed? I am using "^0.20.1" (had not upgraded because of another dependency) and it seems that I am still encountering this issue.
0.x is no longer maintained.
I see.
Will try to follow the migration guide and use both 1.x and 0.x at parallel then (I assume that 1.x will have the issue fixed)
Thanks anyway!