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
The "menu" component does not receive prop "resources": https://marmelab.com/react-admin/Admin.html#menu
const Menu = ({ resources, onMenuClick, logout }) => (
The text was updated successfully, but these errors were encountered:
Thanks for opening the issue!
You're right, in fact the Menu is connected to the redux store:
react-admin/packages/ra-ui-materialui/src/layout/Menu.js
Line 87 in a508029
Sorry, something went wrong.
Hi @MaxAlex666 I thought the Menu should have the resources prop because we are injecting it through redux.
This was fixed in #3643, six months ago
No branches or pull requests
The "menu" component does not receive prop "resources":
https://marmelab.com/react-admin/Admin.html#menu
const Menu = ({ resources, onMenuClick, logout }) => (
...
The text was updated successfully, but these errors were encountered: