When opening the treemap on Brave, here's what I get:

While on Chrome, everything's fine:

This is really weird as Brave is a Chromium based browser. 馃 I've also tried opening in "Private" mode to ensure it was not due to an extension...
I use the webpack plugin without any option.
I think you should send a bug report to the Brave team as this treemap works fine in all major browsers.
Do any of these FoamTree demos perhaps look strange in Brave? https://get.carrotsearch.com/foamtree/latest/demos/
@valscion surprisingly, all demos are fine! 馃
I wonder if we are running on an older version of FoamTree, then? Might be worth checking that possibility out
Indeed, webpack-bundle-analyzer is using version 3.4.5 while the latest is 3.4.9.
Can you try figuring out a way to update foamtree? I don't remember how to do it 馃槄
Just copy-paste it into the repo 馃槈
OK I'll try it and open a PR if it works 馃檪
I've just tried using the latest version (taken from the demo) and I still have the same issue.
Ach, then there's nothing we can do, sorry.
I understand, thank you for the answers 馃檪
@ValentinH I would suggest opening an issue in the Brave repo.
Also using Brave.
Just wanted to note that if I go to http://localhost:8888/ instead of http://127.0.0.1:8888/ the issue seems to go away. Once I added the -h localhost host option, the tool worked as expected.
Thanks @tegdtna, that worked for me. Such a strange issue and mysterious fix.
Most helpful comment
Also using Brave.
Just wanted to note that if I go to http://localhost:8888/ instead of http://127.0.0.1:8888/ the issue seems to go away. Once I added the
-h localhosthost option, the tool worked as expected.