You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a tab as no title, the Javascript fails with an error like the following:
TypeError: null is not an object (evaluating 't.querySelector(".title").textContent')
It would be good to catch these missing titles at build time if we can. Failing that, it would be good to report a better error so that it's easier to identify the places where the titles are missing.
When a tab as no title, the Javascript fails with an error like the following:
It would be good to catch these missing titles at build time if we can. Failing that, it would be good to report a better error so that it's easier to identify the places where the titles are missing.
/cc @artembilan @Buzzardo
The text was updated successfully, but these errors were encountered: