react-spectrum
6571d211 - fix(react-aria-components): add id prop to Link component (#9349)

Commit
3 days ago
fix(react-aria-components): add id prop to Link component (#9349) The Link component was missing the `id` prop in its TypeScript interface, even though it worked at runtime via filterDOMProps. This adds DOMProps to LinkProps interface to expose the id prop, matching the pattern used by other components like OverlayArrow and FieldError Fixes #9348
Author
Parents
Loading