-
-
Notifications
You must be signed in to change notification settings - Fork 150
New issue
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
[Layout] TypeError: Cannot read property 'slice' of undefined #926
Comments
Did you follow this tutorial? https://mui-treasury.com/layout/tutorials/dashboard-layout/ If you can provide codesandbox or github repo that I can reproduce, I can help. Finally, I haven't test with |
Yes i did follow the tutorial, all i am using is Nextjs and rest of the code is here! |
@siriwatknp |
@siriwatknp Bug related to alpha versions of material-ui v5.0.0-alpha.6 |
@raghav0622 @neyasov Should I make a release as @mui-treasury/layout v5.0.0 for this fix to follow material-ui/core version? What do you guys think? |
@siriwatknp I think we need alpha or beta release, because there may still be breaking changes to @material-ui v5 |
thats the best way, this way this repo will match to version of material-ui and also consider using default styled exported from @material-ui/core as whaterver styled-components library material-ui adopts, it will export it styled from its core... |
With lerna publish you can make an alpha version,like v5.0.0-alpha.01, |
Layout v5 has been released! https://www.npmjs.com/package/@mui-treasury/layout/v/5.0.0 |
When setting up layout in scheme.configure**(...) above mentione error is shown
code: -
The text was updated successfully, but these errors were encountered: