File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
common/src/jsMain/kotlin/com/huanshankeji/compose/foundation/layout/ext Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 11import com.huanshankeji.CommonDependencies
22import org.jetbrains.compose.ComposeBuildConfig
33
4- val projectVersion = " 0.5.1-SNAPSHOT"
4+ val projectVersion = " 0.5.1-box-with-constraints-react-to-size-changes-js-dom- SNAPSHOT"
55
66val commonDependencies = CommonDependencies ()
77
Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ actual fun BoxWithConstraints(
1919 content : @Composable BoxWithConstraintsScope .() -> Unit
2020) {
2121 var clientSize by remember { mutableStateOf<ClientSize ?>(null ) }
22+ // `DivBox` doesn't work here either, so it should not be Kobweb's problem.
2223 Box (
2324 Modifier .fillMaxSizeStretch()
2425 .platformModify {
You can’t perform that action at this time.
0 commit comments