You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looks like this library only handles <meta> tags that have a name attribute.
For projects using Solid-Start, the <HttpHeader> component (https://start.solidjs.com/api/HttpHeader) might be used in place of <Meta http-equiv> to partially workaround this.
Reproduced example: https://stackblitz.com/edit/solidjs-templates-zamsr7?file=src/App.tsx
Code
Expected behavior
Both meta tags render in the
<head />
as would happen if you do:Observed behavior
Only the latter of the 2 meta tags is rendered and the other just disappears.
The text was updated successfully, but these errors were encountered: