Steven
04/29/2023, 2:47 PM@mui/base@5.0.0-alpha.127
? Because that's the latest version and is automatically used, but contains a breaking change (the Unstyled
suffix is removed from all components, but this is not yet the case for the kotlin-wrappers). I'm using kotlin-wrappers-bom, and I thought that was supposed to prevent issues like these, but it does not seem to.turansky
04/29/2023, 4:45 PMSteven
04/29/2023, 5:39 PMbuild.gradle.kts
:
rootProject.plugins.withType<YarnPlugin> {
rootProject.the<YarnRootExtension>().apply {
resolution("@mui/material", "5.11.2")
}
}
@mui/base
turansky
04/29/2023, 6:02 PMSteven
04/29/2023, 6:04 PMturansky
04/29/2023, 6:05 PMSteven
04/29/2023, 6:14 PMturansky
04/29/2023, 6:16 PM