ms-seo
ms-seo copied to clipboard
Package automatically sets document.title to ""
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
By the way, setting defaults with SEO.config fixes the issue, but that still doesn't seem like the expected behavior for the package.