Hi @abey ,
After discussing with the team, actually this isn’t a bug (Updated my previous reply too)
You have to define list-style: none
manually if decide to use <ul> <li>
It wouldn’t happen on a block element as block has a default display: flex
style on it.
Regards,
Jenn