solid-start
solid-start copied to clipboard
Title not updated properly on client side navigations if whole HTML tree got suspended
I've got resource that I'm using to retrieve user's color scheme preference and I'm suspsending whole HTML tree to update the class and styles on root element while SSRing. I noticed that on client side navigations the title is not properly updated. The old one is not removed from the head, hence the new even if appended is not applied. It can probably create more issues than mine.
Reproduction: StackBlitz or repo