react-lighthouse-viewer
react-lighthouse-viewer copied to clipboard
fix source location render exception
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.