solid-meta
solid-meta copied to clipboard
Write meta tags to the document head
Here is my repo: https://github.com/spirit-led-software/theaistudybible Notice how causes the title not to be updated between routes.
This simple snippet `` leads to broken SSR. Here's Stackblitz with example: https://stackblitz.com/edit/github-iecjynj8?file=src%2Froutes%2Findex.tsx  The issue might be somewhere in dom-expressions, but...
`removeTag` missing a `break` causing all previous `` tags to be rendered. Repro playground: https://playground.solidjs.com/anonymous/4fa1f8e7-fcb6-4f6c-a521-daf6207fc779 (looks like `@solidjs/meta` doesn't work well with HMR, so I need to refresh the preview...