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
We should be able to link to a Profile external to the application, not just an internal route
ProfileRoute option assumes a local route, and (profileClick) handler cannot be attached to conditionally.
ProfileRoute
(profileClick)
Setting ProfileRoute option to "https://...." does not work as one would expect
"https://...."
The text was updated successfully, but these errors were encountered:
Related Issue: #580
Sorry, something went wrong.
No branches or pull requests
1. What is the expected behavior?
We should be able to link to a Profile external to the application, not just an internal route
2. What is the current behavior?
ProfileRoute
option assumes a local route, and(profileClick)
handler cannot be attached to conditionally.3. What are the steps to reproduce?
Setting
ProfileRoute
option to"https://...."
does not work as one would expectThe text was updated successfully, but these errors were encountered: