diff --git a/.changeset/old-walls-draw.md b/.changeset/old-walls-draw.md new file mode 100644 index 000000000000..cda5405b3362 --- /dev/null +++ b/.changeset/old-walls-draw.md @@ -0,0 +1,5 @@ +--- +'astro': patch +--- + +Added missing `media` attributes from the JSX definitions for the `meta` element diff --git a/packages/astro/astro-jsx.d.ts b/packages/astro/astro-jsx.d.ts index cf76e6e58e89..2f01aafe4773 100644 --- a/packages/astro/astro-jsx.d.ts +++ b/packages/astro/astro-jsx.d.ts @@ -820,6 +820,7 @@ declare namespace astroHTML.JSX { content?: string | URL | undefined | null; 'http-equiv'?: string | undefined | null; name?: string | undefined | null; + media?: string | undefined | null; } interface MeterHTMLAttributes extends HTMLAttributes {