You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem: MenuItem overwrites href prop with "#". (We want the browser link preview to reflect the link in the menu item, because selecting it will actually navigate there, and not to the top of the current page as indicated by "#".) Please consider including this quick fix.
Hi @dstop75, thanks for filing this issue! Your suggested change seems reasonable; would you mind opening a PR for it?
One thing to note is that MenuItem is provided for convenience and isn't necessarily meant to address every use case. For specific behaviors that aren't supported out of the box, consider creating your own menu item using the useItem hook or withItem HoC.
Hi! 👋
Firstly, thanks for your work on this project! 🙂
Today I used patch-package to patch
[email protected]
for the project I'm working on.Problem: MenuItem overwrites href prop with "#". (We want the browser link preview to reflect the link in the menu item, because selecting it will actually navigate there, and not to the top of the current page as indicated by "#".) Please consider including this quick fix.
Here is the diff that solved my problem:
This issue body was partially generated by patch-package.
The text was updated successfully, but these errors were encountered: