-
-
Notifications
You must be signed in to change notification settings - Fork 180
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
target blank is not propagated to next/link #452
Comments
Published in |
thank you @nandorojo |
Are you guys certain in works in I tested it with Next.js |
That still doesn't work in |
Reopened |
I suspect it’s due to RNW, I will see if I can address it. It’s a moving target |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is there an existing issue for this?
Do you want this issue prioritized?
Current Behavior
When you use
<Link href="/privacy" target="_blank">
it will show<a href="/privacy">
Expected Behavior
When you use
<Link href="/privacy" target="_blank">
it will show<a href="/privacy" target="_blank">
Steps To Reproduce
import { Link } from 'solito/next'
return (Privacy);
Versions
Screenshots
No response
Reproduction
No response
The text was updated successfully, but these errors were encountered: