Skip to content

simplify shared Link component

Administrator requested to merge cleanup-shared-link into master

Created by: sqs

  • In tests, call setLinkComponent with the AnchorLink (which uses <a>) to avoid each test needing to do so. Update test snapshots to reflect this (mostly to prop to href).
  • Export the AnchorLink, which was defined duplicatively in several places, which renders an <a href> given LinkProps.

Merge request reports

Loading