Modal sheet seems to be fully broken in `beta09` ?...
# compose
d
Modal sheet seems to be fully broken in
beta09
?
Copy code
ModalBottomSheetLayout(sheetContent = { Text("Hello, World") }) {
  // empty content, but anything can be here
}
Adding the above immediately crashes my app with
Copy code
java.lang.IllegalArgumentException: The initial value must have an associated anchor.
I found this issue, but it reports crashing only on rotation, I have it right after the launch. https://issuetracker.google.com/issues/182882364
Oh, it crashes if my seetContent produces a composable with 0 height.
same 1