solid-meta icon indicating copy to clipboard operation
solid-meta copied to clipboard

fix title string concatenation with comma issue

Open JakkuSakura opened this issue 1 year ago • 1 comments

I encountered this recently

It should be the way SSR handles string concentration differently from the client. It is a bug but I don't know where to track down.

fixes #45 fixes #37

JakkuSakura avatar May 06 '24 05:05 JakkuSakura

Related issue https://stackoverflow.com/questions/6489179/why-is-this-code-generating-extra-commas

JakkuSakura avatar May 06 '24 05:05 JakkuSakura

Yeah thanks. It's because it doesn't use our typical server rendering. In this case I think something simple like this should work and we don't need our full resolver.

ryansolid avatar May 15 '24 15:05 ryansolid