-
-
Notifications
You must be signed in to change notification settings - Fork 32.5k
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
can't use Link (from react-router) within MenuItem in 0.14.0-rc2 #2646
Comments
MenuItem wraps it's children inside an |
Well I'm still at 0.13.4 at my project (and I need to release version 0.1 asap - especially that as you can see I'm sitting at christmas eve ;)). after that I might give it a try. Merry Christmas anyway 👍 |
Use the see: <MenuItem
linkButton
containerElement={<Link to="/profile" />}
primaryText="Profile"
leftIcon={
<FontIcon className="material-icons">people</FontIcon>
} /> |
This was fixed with #2708 |
Another workaround for this issue is to use |
Whenever I try to use Link within MenuItem it shows
Also, when I click the link I get in that place circle background in black.
The text was updated successfully, but these errors were encountered: