You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
If ModalBottomSheet has scrollable content and is shown on the screen, the following error occurs. Whether the scrolling started or not, the crash is happening on first composition of the composable. Important: ModalBottomSheet's content height must be a large number. Hard to tell the exact value.
-[MTLTextureDescriptorInternal validateWithDevice:]:1357: failed assertion `Texture Descriptor Validation
MTLTextureDescriptor has height (11700) greater than the maximum allowed size of 8192.
Affected platforms
iOS
Versions
Libraries:
Compose Multiplatform version: 1.6.10
Kotlin version: 2.0.0
OS version(s) (required for Desktop and iOS issues): 17.4
OS architecture (x86 or arm64): arm64
Device (model or simulator for iOS issues): iPhone 15 Pro iOS 17.4 Simulator (happens on other versions as well)
Describe the bug
If
ModalBottomSheet
has scrollable content and is shown on the screen, the following error occurs. Whether the scrolling started or not, the crash is happening on first composition of the composable. Important: ModalBottomSheet's content height must be a large number. Hard to tell the exact value.Affected platforms
Versions
To Reproduce
Steps to reproduce the behavior:
Expected behavior
No crash should happen.
The text was updated successfully, but these errors were encountered: