Closed seeden closed 11 months ago
When you use <Link href="/privacy" target="_blank"> it will show <a href="/privacy">
<Link href="/privacy" target="_blank">
<a href="/privacy">
When you use <Link href="/privacy" target="_blank"> it will show <a href="/privacy" target="_blank">
<a href="/privacy" target="_blank">
import { Link } from 'solito/next'
return (Privacy);
- Solito: 4.1.2 - Next.js: 14.0.3 - Expo: 49.0.18 - React Native: 0.72.6
No response
Published in 4.2.0: https://github.com/nandorojo/solito/releases/tag/v4.2.0
4.2.0
thank you @nandorojo
Are you guys certain in works in 4.2.0?
I tested it with Next.js 13.5.6 but it doesn't seem to work for me.
13.5.6
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