I can't get the new `ModalBottomSheet` component t...
# compose
j
I can't get the new
ModalBottomSheet
component to show up in a
@Preview
nor in screenshot tests (w/showkase+paparazzi). Both the preview and screenshots are completely empty, not even the scrim is shown. Though if I click on "Start interactive mode" the animation starts, the scrim appears and the bottom sheet too. I'm using this
sheetState
for the `@Preview`:
Copy code
SheetState(
                skipPartiallyExpanded = true,
                initialValue = SheetValue.Expanded,
                skipHiddenState = true,
            )
Any ideas?
c
@jossiwolf
j
@Chris Sinco [G] it seems Jossi last replied in this Slack instance more than 1 month ago. Is there maybe someone else that can fill in?
j
That would probably be a library-specific issue, I'd recommend filing an issue with the authors
480 Views