What's the best practice to implement routing using the material-ui@next
? In the previous version I could use containerElement
with a Link
but doesn't work anymore. Couldn't find any help in the docs.
<MenuItem containerElement={<Link to="/myRoute" />}>My Link</MenuItem>