React menu item with Link to

PHOTO EMBED

Wed Feb 02 2022 14:42:13 GMT+0000 (Coordinated Universal Time)

Saved by @Taylor #react.js

<MenuItem
  component={Link}
  // the 'to' prop (and any other props not recognized by MenuItem itself)
  // will be passed down to the Link component
  to="/profile"
>
  Profile
</MenuItem>
content_copyCOPY

https://stackoverflow.com/questions/32106513/material-ui-menu-using-routes