ECHOES-1188 Allow custom icon (or no icon) for DropdownMenu.ItemLinkDownload#668
Conversation
✅ Deploy Preview for echoes-react ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
SummaryThis PR makes the download icon in
The implementation removes What reviewers should knowKey changes:
For reviewers:
|
|
There was a problem hiding this comment.
LGTM! ✅
Clean, minimal change. The 'prefix' in props check is the correct idiom for distinguishing "prop not passed" from "prop explicitly set to undefined", and the spread-then-override pattern in the JSX is safe. Test coverage is thorough across all three cases.




No description provided.