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
Hi guys,
What you were expecting:
Since react-admin v3.19.0, you mention in the documentation:
To make it easier to customize, we export some of the components and hooks used by the <AppBar>: <LoadingIndicator>: A CircularProgress bound to the dataProvider activity. <SidebarToggleButton>: An IconButton used to toggle the <Sidebar>. useToggleSidebar: A hook that returns the sidebar open state and a function to toggle it. Used internally by <SidebarToggleButton>.
To make it easier to customize, we export some of the components and hooks used by the <AppBar>:
<AppBar>
<LoadingIndicator>
CircularProgress
<SidebarToggleButton>
IconButton
<Sidebar>
useToggleSidebar
What happened instead:
When I want to use it to make a custom AppBar, I have a compilation error:
AppBar
import { SidebarToggleButton } from 'react-admin';
Attempted import error: 'SidebarToggleButton' is not exported from 'react-admin'.
Environment
The text was updated successfully, but these errors were encountered:
You are correct. I'm marking this as a bug
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Hi guys,
What you were expecting:
Since react-admin v3.19.0, you mention in the documentation:
What happened instead:
When I want to use it to make a custom
AppBar
, I have a compilation error:Environment
The text was updated successfully, but these errors were encountered: