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
When the CustomerSheet component is launched, the customerEphemeralKeyProvider callback gets triggered twice, even though the component is only launched once. This happens because LaunchedEffect(Unit) and remember are used, preventing its reinitialization.
Summary
When the
CustomerSheet
component is launched, thecustomerEphemeralKeyProvider
callback gets triggered twice, even though the component is only launched once. This happens becauseLaunchedEffect(Unit)
and remember are used, preventing its reinitialization.Code to reproduce
Android version
All versions are impacted
Impacted devices
All devices are impacted
Installation method
Installation using gradle dependency
Dependency Versions
kotlin: 1.9.24
stripe-android: 20.48.0
Android Gradle Plugin:
Gradle: 8.7
SDK classes
Video
Other information
The text was updated successfully, but these errors were encountered: