solid-meta
solid-meta copied to clipboard
fix title string concatenation with comma issue
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
Related issue https://stackoverflow.com/questions/6489179/why-is-this-code-generating-extra-commas
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.