We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5648d2 commit 1bd0767Copy full SHA for 1bd0767
src/Tag.tsx
@@ -211,7 +211,7 @@ export const Tag = memo(
211
| (TagProps.AsAnchor & RefAttributes<HTMLAnchorElement>)
212
| (TagProps.AsButton & RefAttributes<HTMLButtonElement>)
213
| (TagProps.AsParagraph & RefAttributes<HTMLParagraphElement>)
214
- | (TagProps.AsSpan & RefAttributes<HTMLParagraphElement>)
+ | (TagProps.AsSpan & RefAttributes<HTMLSpanElement>)
215
)
216
>
217
>;
0 commit comments