When auditing https://westbrook.github.io/minesweeper/ the "Avoid an excess DOM size" returns Error!.

It tells me something useful... right?
Related issues
Thanks for filing @Westbrook!
The full error message can be seen on hover, and this is indeed a bug!

Oh, great! Thanks for pointing that out, it will be super helpful if I run into future issues.
I would never have caught that bubble interaction, however. Seems like there might be room for some UI/X love on that (being the visuals tell me to toggle, not hover).
If there is anything else I can do to support clearing up this issue, please let me know.
For anyone that might want to take this on, the error is being thrown here
A good fix might be to simply try/catch and return <${node.localName}> if we can't determine the full outerHTML :)
I would like to work on this
thanks @NickolasBenakis!
Tried to assign you but I guess only project members can be assigned to issues :) anyway, go for it
I fixed it!
Fixed by #9079
Most helpful comment
I would like to work on this