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
The Link component available in packages/gatsby-theme-docs/src/components/link.js
appears to have quite convoluted logic for handling different link cases. It would be nice to:
refactor it, maybe split it into different components, add util functions to achieve a better readability and manteinability
add some component testing to cover all the various cases that are currently covered by the component
The text was updated successfully, but these errors were encountered:
The
Link
component available inpackages/gatsby-theme-docs/src/components/link.js
appears to have quite convoluted logic for handling different link cases. It would be nice to:
The text was updated successfully, but these errors were encountered: