Change theme
Help
Press space for more information.
Show links for this issue (Shortcut: i, l)
Copy issue ID
Previous Issue (Shortcut: k)
Next Issue (Shortcut: j)
Sign in to use full features.
Vote: I am impacted
Notification menu
Refresh (Shortcut: Shift+r)
Go home (Shortcut: u)
Pending code changes (auto-populated)
View issue level access limits(Press Alt + Right arrow for more information)
Unintended behavior
View staffing
Description
Jetpack Compose version: 1.4.3
Jetpack Compose component used: BottomSheetScaffold
Android Studio Build: Flamingo | 2022.2.1 Patch 2
Kotlin version: 1.8.10
Steps to Reproduce or Code Sample to Reproduce:
With previous versions of material compose
BottomSheetScaffold
it was possible to accessBottomSheetState
targetValue
and use it like below.With newest versions is not possible anymore since
targetValue
is not exposed anymore (see below), so it is a breaking change that prevents us from updating to latest compose versions.