react-lighthouse-viewer icon indicating copy to clipboard operation
react-lighthouse-viewer copied to clipboard

fix source location render exception

Open hyang-orienteed opened this issue 2 years ago • 0 comments

Sometimes the source location audit returns items with url "about:blank" which is not rendered properly as link element (). In this case, dom.find() function will throw error which break the whole application.

hyang-orienteed avatar Jun 20 '23 10:06 hyang-orienteed