We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It would be nice to be able to open links in new tab if using modifier with the route-link component.
The text was updated successfully, but these errors were encountered:
I looked at react-router5 and they did something very simple thing that just using default when no modifier is used:
https://github.com/router5/react-router5/blob/26e4bc05fe896cb19fbb3cfee6cad3b2830adfc3/modules/BaseLink.js#L43
I'll send a PR for this if you want it :)
Sorry, something went wrong.
adds condition on navigation for route-link
3a2e6f2
Fixes jesse1983#6
No branches or pull requests
It would be nice to be able to open links in new tab if using modifier with the route-link component.
The text was updated successfully, but these errors were encountered: