-
-
Notifications
You must be signed in to change notification settings - Fork 304
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
No matching export in styled-engine #4257
Comments
Thank you for reporting. We're tracking the issue upstream. In the meantime you can force resolution to the latest versions with: // ./package.json
"overrides": {
"@toolpad/[email protected]": {
"@mui/icons-material": "^6.1.3",
"@mui/material": "^6.1.3",
"@mui/system": "^6.1.3",
"@mui/lab": "^6.0.0-beta.11"
}
} For pnpm users: // ./package.json
"pnpm": {
"overrides": {
"@toolpad/[email protected]>@mui/icons-material": "^6.1.3",
"@toolpad/[email protected]>@mui/material": "^6.1.3",
"@toolpad/[email protected]>@mui/system": "^6.1.3",
"@toolpad/[email protected]>@mui/lab": "^6.0.0-beta.11"
}
}, For yarn users: Looks like it's not solvable with yarn |
Verified to be working in the latest release |
Since the issue is missing key information and has been inactive for 7 days, it has been automatically closed. If you wish to see the issue reopened, please provide the missing information. |
Steps to reproduce
Link to live example: (required)
Steps:
1.
npx create-toolpad-app --studio example-app
2.
cd example-app
3.
npm run dev
Current behavior
Expected behavior
Expected to be able to launch the studio from a clean install
Context
Trying to get started on a new project
Your environment
npx @mui/envinfo
Search keywords: build internal_processStyles
The text was updated successfully, but these errors were encountered: