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 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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: