Skip to content
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

CON-1852: Update CreditCardFormOnChangeEvent handler to support React Native 0.64 behavior #25

Merged
merged 3 commits into from
Aug 19, 2021

Conversation

swain
Copy link

@swain swain commented Aug 19, 2021

Motivation

Three:

mdlavin
mdlavin previously approved these changes Aug 19, 2021
Base automatically changed from adopt-semantic-release to master August 19, 2021 17:38
@@ -33,7 +33,7 @@ public void dispatch(RCTEventEmitter rctEventEmitter) {
private WritableMap serializeEventData() {
WritableMap eventData = Arguments.createMap();
eventData.putBoolean("valid", isValid);
eventData.putMap("params", params);
eventData.putMap("params", params.copy());
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is the fix to our crash.

@swain swain merged commit 1efbae7 into master Aug 19, 2021
@swain swain deleted the CON-1852 branch August 19, 2021 17:58
@github-actions
Copy link

🎉 This PR is included in version 7.7.7 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants