Marco Wettstein
Marco Wettstein
> Hi team, I would also like react page to support mui5, what can be done to help start this project ? you can clone it and try make it...
> Yes, mui5 support is very lacking. I even tried to install both versions and it even works, but there is a style conflict between mui4 and mui5 and the...
ideally, material ui can be used as a direct dependency, not as a peer dependency and can be used alongside other versions of material-ui. there were some mixed results in...
i just released a first beta, which comes with material-ui version 5. it may contains bugs and gitches and things that could be improved, so please give feedback! you can...
please use react 17 at the moment. see also https://github.com/react-dnd/react-dnd/issues/3416
can confirm, happens now with next 13. i am not sure why that happens though as we also ship esm. @hmbrg did you try to apply the workaround with transpile-modules?
@hmbrg i am also toying around with it right now. the problem is the whole commonjs-to-esm transition which is very confusing we actually shipped esm long ago, because otherwise code...
@hmbrg do you test it in this repo? or in your own?
@hmbrg yes, but i cannot fix it at the moment. I recommend to stick with next 12 until this is fixed. Edit: I tried to run it fully in esm...
ah that was an oversight with the isVoid type! thank you!