You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What you were expecting:
im trying to make my own appbar to get rid of refresh button. and i tried to import <SidebarToogleButton> as the code is already there. docs say that SidebarToogleButton is exported but it isn'ti think.
What happened instead:
im getting error Attempted import error: 'SidebarToogleButton' is not exported from 'react-admin'.
Steps to reproduce: import { SidebarToogleButton } from 'react-admin'
Related code: import { SidebarToogleButton } from 'react-admin'
Environment
React-admin version: 3.19.2
Last version that did not exhibit the issue (if applicable):
React version: 17.0.2
Browser: firefox
Stack trace (in case of a JS error):
The text was updated successfully, but these errors were encountered:
What you were expecting:
im trying to make my own appbar to get rid of refresh button. and i tried to import
<SidebarToogleButton>
as the code is already there.docs say that SidebarToogleButton is exported but it isn'ti think.
What happened instead:
im getting error
Attempted import error: 'SidebarToogleButton' is not exported from 'react-admin'.
Steps to reproduce:
import { SidebarToogleButton } from 'react-admin'
Related code:
import { SidebarToogleButton } from 'react-admin'
Environment
The text was updated successfully, but these errors were encountered: