solidjs / solid-meta

Write meta tags to the document head
127 stars 16 forks source link

fix title string concatenation with comma issue #47

Closed JakkuSakura closed 3 months ago

JakkuSakura commented 3 months ago

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 commented 3 months ago

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

ryansolid commented 3 months ago

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.