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
TypeScript issues breaking code with 3.9.0-beta.1 were requested: #4505 (comment)
After upgrading from 3.8.x to 3.9.0-beta.1 and removing local types/react-admin stub, I got
./node_modules/ra-ui-materialui/esm/layout/UserMenu.js Attempted import error: 'useGetIdentity' is not exported from 'ra-core'.
The text was updated successfully, but these errors were encountered:
Can you please check which version of ra-core has been installed because useGetIdentity is definitely exported: https://github.com/marmelab/react-admin/blob/master/packages/ra-core/src/auth/index.ts#L25
ra-core
useGetIdentity
Sorry, something went wrong.
@djhi Thanks. That was it (ra-core 3.8.5). I was too excited only upgrade react-admin and another pin kept that at the old version. 🙈
No branches or pull requests
TypeScript issues breaking code with 3.9.0-beta.1 were requested: #4505 (comment)
After upgrading from 3.8.x to 3.9.0-beta.1 and removing local types/react-admin stub, I got
The text was updated successfully, but these errors were encountered: