Closed gregfenton closed 9 months ago
I'm in the same position as you Greg and getting an identical error, I have React 18 and MUI v5. Did you find a solution?
Thank you.
I'm in the same position as you Greg and getting an identical error, I have React 18 and MUI v5. Did you find a solution?
Nope. I unfortunately timeboxed my experimentation and ended up moving on. I'd still love to see the treasures on a recent release of MUI!
unfortunately stuck with the same- mui latest releases seem to break with the treasury concepts. quite sad
The new mui-treasury is now working with Material UI v5 🎉. I am migrating the rest, please check #1220 for the progress.
Are there any decent guides (or working examples/sandboxes) of getting some of the MUI-Treasury code working with newer versions of @MUI ?
For example, I'd like to get https://mui-treasury.com/styles/tabs/#Apple running with MUI v^5.11.0. I just am not clear as to all the changes required especially around the move away from the deprecated
createStyles()
, and trying to install@mui-treasury/styles
fails with dependency issues:Things get really deep if
--force
is used . . .