It could be that I'm not completely understanding this. I'm not able to add a link to a MenuItem using the following (based on material-ui approach):
<MenuItem
containerElement={<Link to="/about" />}
primaryText="About Page"
/>
Is this something that is not supported by react-mdc-web/MenuItem? If not, do you plan to add support to this? Thanks in advance.
It could be that I'm not completely understanding this. I'm not able to add a link to a MenuItem using the following (based on material-ui approach):
Is this something that is not supported by react-mdc-web/MenuItem? If not, do you plan to add support to this? Thanks in advance.