Problems with refine-mui #5633
Replies: 1 comment
-
Hey @marlum732 you can use these versions:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I'm trying to use the old version of refine, i downloaded it with npm create refine-app@latest -- --branch v3 but now i have problems with refine-mui, probably dependency of mui changed but now when I do npm run dev, i get this errors, probably i have to use refine-mui version that is compatible with refine version 3 but i cant seem to find what version thats it. Thank you for the help.
Errors:export 'default' (reexported as 'generateUtilityClass') was not found in '@mui/base/generateUtilityClass' (possible exports: generateUtilityClass, isGlobalState)
ERROR in ./node_modules/@pankod/refine-mui/dist/esm/index.js 3448:0-4185
export 'default' (reexported as 'generateUtilityClass') was not found in '@mui/base/generateUtilityClass' (possible exports: generateUtilityClass, isGlobalState)
ERROR in ./node_modules/@pankod/refine-mui/dist/esm/index.js 3448:0-4185
export 'default' (reexported as 'generateUtilityClasses') was not found in '@mui/base/generateUtilityClasses' (possible exports: generateUtilityClasses)
ERROR in ./node_modules/@pankod/refine-mui/dist/esm/index.js 3448:0-4185
export 'default' (reexported as 'unstable_composeClasses') was not found in '@mui/base/composeClasses' (possible exports: unstable_composeClasses)
Beta Was this translation helpful? Give feedback.
All reactions