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
Uses `JSX.IntrinsicElements['span']` as base JSX intrinsic element type
if it exists (e.g. `@types/react` installed), and a generic record
otherwise. Explicitly add "class" for React JSX, because "className" is
not supported for custom elements.
0 commit comments