Hi, Did Someone notice issues on beta06 with Arran...
# compose
p
Hi, Did Someone notice issues on beta06 with Arrangement.spacedBy() inside box/dialog? Using this code: https://gist.github.com/piotrsedlak/9de5319f1748762b1ed2990fa07d858f between beta05 and beta06 produces different results, is it a bug or did something change that i didnt notice in release notes?
same 1
s
Looks like
spacedBy
doesn't work when using
weight
. Maybe a bug due to this change?
p
y
As a workaround you can add
.fillMaxWidth()
to the
Row
’s
modifier
.
🙌 2