ms-seo icon indicating copy to clipboard operation
ms-seo copied to clipboard

Package automatically sets document.title to ""

Open SachaG opened this issue 10 years ago • 1 comments

I've noticed a weird issue. When I include this package in the Telescope codebase, it will overwrite document.title and set it to an empty string. This happens as soon as I include the package in my app, even if I don't call it anywhere in my codebase.

In this video you can see the title is getting properly set (via document.title=...), and then immediately changes: http://recordit.co/RKrcSzwzee

SachaG avatar Apr 01 '15 01:04 SachaG

By the way, setting defaults with SEO.config fixes the issue, but that still doesn't seem like the expected behavior for the package.

SachaG avatar Apr 01 '15 01:04 SachaG