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
Check if updating to the latest Preact version resolves the issue
Describe the bug
types for MathML are missing in preact. I've searched through preact documentation and repository but wasn't able to find related information.
To Reproduce
Add <math> and related MathML tag.
The tag errors as Property 'math' does not exist on type 'JSX.IntrinsicElements'.
Describe the bug
types for MathML are missing in preact. I've searched through preact documentation and repository but wasn't able to find related information.
To Reproduce
<math>
and related MathML tag.Property 'math' does not exist on type 'JSX.IntrinsicElements'
.Expected behavior
mathml is an widely supported (92.44%) feature. it'd be great to use them without type errors in preact.
The text was updated successfully, but these errors were encountered: