We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PanelMenu passes the wrong expanded state to the "template" of MenuItem:
Here is the demo: https://stackblitz.com/edit/dsx5xn?file=src%2FApp.jsx
https://stackblitz.com/edit/dsx5xn?file=src%2FApp.jsx
10.6.3
18.x
TypeScript
Vite
No response
Expect to have a correct state passed to "itemRenderer".
The text was updated successfully, but these errors were encountered:
Merge pull request #6502 from Rekl0w/Fix#6497
d215b28
Fix #6497: PanelMenu isItemActive Update
Successfully merging a pull request may close this issue.
Describe the bug
PanelMenu passes the wrong expanded state to the "template" of MenuItem:
Here is the demo: https://stackblitz.com/edit/dsx5xn?file=src%2FApp.jsx
Reproducer
https://stackblitz.com/edit/dsx5xn?file=src%2FApp.jsx
PrimeReact version
10.6.3
React version
18.x
Language
TypeScript
Build / Runtime
Vite
Browser(s)
No response
Steps to reproduce the behavior
Expected behavior
Expect to have a correct state passed to "itemRenderer".
The text was updated successfully, but these errors were encountered: