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
Copy file name to clipboardExpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -68,7 +68,7 @@ This config will be interpreted in the following way:
68
68
-`<Link>` without a defined `as` prop will be treated as a `a`.
69
69
-`<Link as='a'>` will treated as an `a` element type.
70
70
-`<Link as='button'>` will be treated as a `button` element type.
71
-
-`<Link as='summary'>` will be treated as the original`Link`element type because there is no matching mapping for `as='summary'` resulting in the element being treated as an `a`
71
+
-`<Link as='summary'>` will be treated as the raw`Link` type because there is no configuration set for `as='summary'`.
0 commit comments