We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
marmelab
Learn more about funding links in repositories.
Report abuse
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
What you were expecting:
AppBarProps would be exported from ra-ui-materialui here:
AppBarProps
ra-ui-materialui
react-admin/packages/ra-ui-materialui/src/layout/index.ts
Line 1 in 9bf186b
What happened instead:
AppBarProps is not exported. So I can't assign a proper type to my app bar implementation like this:
import { AppBarProps } from 'ra-ui-materialui'; // error const MyAppBar: React.FC<AppBarProps> = (props) => { ... };
Other information:
Environment
The text was updated successfully, but these errors were encountered:
Thanks for the report, bug confirmed.
Sorry, something went wrong.
fzaninotto
Successfully merging a pull request may close this issue.
What you were expecting:
AppBarProps
would be exported fromra-ui-materialui
here:react-admin/packages/ra-ui-materialui/src/layout/index.ts
Line 1 in 9bf186b
What happened instead:
AppBarProps
is not exported.So I can't assign a proper type to my app bar implementation like this:
Other information:
Environment
The text was updated successfully, but these errors were encountered: