Two different rendering results Mac OSX Montery vs Windows 11 | React JS

Viewed 10

My application has been rendering different on two separate operating systems. This issue seems to only persist on Mac laptops and wondering if this is an issue with Webkit perhaps? I am on a MBP 16 2021 Montery, latest version of Chrome.

There is a table within view and what should be displaying is are rows containing documents. I'm mapping through data on my external API.

What could be causing quite a severe difference in renderings? I receive the data checking the network tab and a response comes back with an array containing the documents to iterate through. No network errors - nada.

Mac result: enter image description here

Windows 11 result:

enter image description here

0 Answers
Related