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

Write meta tags to the document head

Results 33 solid-meta issues
Sort by recently updated
recently updated
newest added

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 ![Monosnap Solid-start With Tailwindcss Example - StackBlitz 2024-12-13 13-44-57](https://github.com/user-attachments/assets/f5ee1e4f-cba9-481e-ac24-2dcf0d0b7699) 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...