-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Wrap setString instead of using Clipboard object #10540
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good find!
looks good |
|
Got many reviews, merging and CP-ing |
Wrap setString instead of using Clipboard object (cherry picked from commit a06404b)
…-10540 🍒 Cherry pick PR #10540 to staging 🍒
🚀 Cherry-picked to staging by @AndrewGable in version: 1.1.89-1 🚀
@Expensify/applauseleads please QA this PR and check it off on the deploy checklist if it passes. |
Pretty sure this is a regressions so added to the RCA sheet, https://docs.google.com/spreadsheets/d/1u73RE8J1DdX3mDohV1RXgulF6_cke3N_a15Sk-UUdQo/edit#gid=0 dropped note in #contributor-plus too |
🚀 Cherry-picked to staging by https://github.com/AndrewGable in version: 1.3.28-2 🚀
@Expensify/applauseleads please QA this PR and check it off on the deploy checklist if it passes. |
Details
I believe the issue is that
Clipboard
was slightly tweaked in an update ofreact-native-web
breaking our ability to export it as an object. This wraps thesetString
method instead of directly accessing that method via the object in both native and web platforms.Fixed Issues
$ #10522
Tests
Screenshots