PrismicRichText Component does not display list items

Hi there,

Im currently using the PrismicRichText Component to display my content via <PrismicRichText field={description} />

{
    "type": "list-item",
    "text": "If you run into technical difficulties, please try again with another internet browser (Chrome, Safari, etc.) or from another device (smartphone, computer). Please do not use incognito mode to avoid loading errors during payment. There are no fees for this payment method.",
    "spans": []
}

however the component neither renders the content in a list or spaces in content. How would i go about fixing this?

When you inspect your rich text as it's rendered in the DOM, are the proper tags there?