Behaviour when opening links created with the <Link> component when opening them in a new tab is wrong.
Site is served from:
http://example.com/admin/bananas
A link is created using the component, supposed to reach:
http://example.com/admin/bananas/monkeys/123
The href will be set to:
http://example.com/bananas/monkeys/123
Behaviour when opening links created with the
<Link>component when opening them in a new tab is wrong.Site is served from:
http://example.com/admin/bananasA link is created using the component, supposed to reach:
http://example.com/admin/bananas/monkeys/123The href will be set to:
http://example.com/bananas/monkeys/123