So I'm having a really odd issue, I have two TextF...
# compose-desktop
l
So I'm having a really odd issue, I have two TextFields in a row, and they work fine until I put a modifier on both for the size of each one, then everything explodes, I can put a modifier on one, but if I put a modifier on both I just end with this error
Exception in thread "AWT-EventQueue-0" java.lang.IllegalArgumentException: LayoutNode@63a741db children: 1 measurePolicy: androidx.compose.foundation.layout.BoxKt$boxMeasurePolicy$1@3e07b9f6 is not ready. layoutState is NeedsRelayout
I'm just trying to do a date picker for a desktop app, and since I couldn't find a library online I was trying to make my own, any idea on why this could be happening?
i
Can you try the latest build (0.4.0-build188). This assert was removed a month ago.
👍 1
l
Ty, it worked!