Closed casschin closed 6 years ago
Just one quick question... you are setting the document title initially during SSR, and then you don't have any title (besides the workaround) in your client-side code, correct?
I'm added a regression test for the case, and needs to know if I have found the correct case
@casschin this has been published in v3 beta
I'm using this library to add some tags to a page and I noticed that my page title was being set to an empty string, even though I was using the
extend
prop.I got around this by setting the title again when rendering the
<DocumentMeta />
component with this meta object:I was looking at the source code and saw this line. Is there a reason why it sets the title to an empty string?