Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've made a custom link component and I expect to be able to write links to external resources like this. But the library gives an error. I don't think it should be a type error if both href and reloadDocument is passed. WDYT?
<Anchor href="https://www.google.com/chrome/" reloadDocument>Google Chrome</Anchor>
Custom link
Beta Was this translation helpful? Give feedback.
All reactions