Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Title tag concatenation error #97

Open
JamesBrightley opened this issue Dec 17, 2020 · 2 comments
Open

Title tag concatenation error #97

JamesBrightley opened this issue Dec 17, 2020 · 2 comments

Comments

@JamesBrightley
Copy link

When calling updateHead and setting the title > inner value with the now async loaded data the code seems to concat the existing title with the new one. We are using something | as the title and we end up with an additional pipe character and the old title. I've tried setting the separator to a hyphen and the complement to an empty string which does remove the old title but it equally leave a hyphen at the very end.

How can we simply get the title to be replaced with the inner value rather than pre-pended?

@EvanAgee
Copy link

EvanAgee commented Feb 9, 2021

I'm having this same issue, any solution?

@ktquez
Copy link
Owner

ktquez commented May 18, 2021

@JamesBrightley
Sorry for my delay.

Are you still having this problem?
Can you show us how you're doing? (code)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants