"ASking for measurement result of unmeasured layou...
# compose
m
"ASking for measurement result of unmeasured layout modifier" Does anyone know how to solve this error?
Oh, the culprit was BoxWithConstraints that wrapped a custom layout. This composable defers composition until the layout phase. This means that other composables readings its alignment lines during layout will fail because it has not yet initialized its alignment lines. At least this is what I think caused the issue.
a
feel free to file a bug, it is not an expected behaviour
1
104 Views