I've tried on Edge and Brave and I get the same behavior in both. As a prior frontend dev, this is an error I'm very much familiar with and it means what it says. There is a duplicate key. Now I don't know what NaNStatus is, but just based on NaN it seems that someone probably tried to do something like
<tr key={`${someValue}`}>
but someValue wasn't defined. Unfortunately, it is something that is triggering React's render cycle so the page just rerenders thousands of times which causes the webpage to crash.
Steps to Repro:
- Go to the downloads page
- Swap it to VMWare Cloud Foundation software - it does this. Just leave the inspect tab open on console and my console log immediately gets blasted with errors.