-
Notifications
You must be signed in to change notification settings - Fork 662
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] TextFieldLayoutKt.placeWithLabel, offset(10) is out of bounds [0, 9]. #9858
Comments
Hi @kk-atom can you share with me the steps to reproduce the problem? If it's from a crash report. kindly provide the language, location, device information, and anything else that could help us investigate the problem. |
Crash from Crashlytics, idk the steps. I am using v21.0.1 for a month now, this is the first crash. |
Hello, you can restore the problem by following my steps. Copy a complete card number and paste it into the bank card input box. The formatting error causes the crash. |
Hi @LWFLBB Thanks for input. Are you able to reproduce the problem with |
Hi @seanzhang-stripe , this is the video I reproduced https://youtube.com/shorts/WGovgolIZMU?feature=share ,My app uses flutter_stripe:^11.2.0 version, the associated Stripe React Native version is 0.39.0, the device is Xiaomi, and the card number I copied and pasted is 6212263602069352222 |
@LWFLBB Thanks. I don't have a Xiaomi device with me right now and this problem isn't reproducible on an Android emulator. Can you share with me the details about the device model and OS version? The number that you posted earlier doesn't belong to a Stripe test card. If it's a real card number, I'd recommend you remove it from your post. You should also remove the video as soon as possible. |
@seanzhang-stripe |
Hi @seanzhang-stripe , update, not only Xiaomi devices, but also other devices such as Huawei and vivo have the same problem |
If you paste the 19 digit union pay test card into the stripe payment sheet, you will get a similar crash. I reproduced on an API 35 emulator. I think pasting the number, not typing it in, is key to reproducing it. Stripe version:
|
Hi @yogurtearl Thanks for the input. I can reproduce the same by pasting the 19-digit card number in PaymentSheet. I'll follow up this with the team. |
v21.0.1
The text was updated successfully, but these errors were encountered: