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
index.js:1 MUI: The `styles` argument provided is invalid.
You are providing a function without a theme in the context.
One of the parent elements needs to use a ThemeProvider.
at TreeMenu (http://localhost:8088/static/js/0.chunk.js:13537:25)
at div
----
index.js:689 Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'only')
at push../node_modules/@bb-tech/ra-components/dist/index.js.styles.makeStyles.name (index.js:689:1)
The text was updated successfully, but these errors were encountered:
I'm getting an undef error for theme.breakpoints.only("xs") - theme.breakpoints is undefined. I've my Admin is configured like this:
And I get an error:
The text was updated successfully, but these errors were encountered: